We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3055b92 commit eba92cfCopy full SHA for eba92cf
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