You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed [#8710](https://github.com/biomejs/biome/issues/8710): Biome now parses Vue dynamic slot shorthand arguments that use template literals in `[]`.
/// Like [InsideTag], but with Vue-specific tokens enabled.
31
31
InsideTagVue,
32
+
/// Lexes Vue directive arguments inside `[]`.
33
+
VueDirectiveArgument,
32
34
/// When the parser encounters a `=` token (the beginning of the attribute initializer clause), it switches to this context.
33
35
///
34
36
/// This is because attribute values can start and end with a `"` or `'` character, or be unquoted, and the lexer needs to know to start lexing a string literal.
0 commit comments