We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a530a commit 2bb12acCopy full SHA for 2bb12ac
packages/compiler/src/assertions.ts
@@ -7,6 +7,7 @@
7
*/
8
9
const UNUSABLE_INTERPOLATION_REGEXPS = [
10
+ /@/, // control flow reserved symbol
11
/^\s*$/, // empty
12
/[<>]/, // html tag
13
/^[{}]$/, // i18n expansion
0 commit comments