修正合并中的一个小错误
This commit is contained in:
parent
c1efe5e46f
commit
c3c1fc6627
|
@ -359,10 +359,9 @@ block template-expressions-cannot
|
|||
模板语句解析器和模板表达式解析器有所不同,它的特别之处在于它既支持支持基本赋值(`=`)又支持使用分号(`;`)和逗号(`,`)把表达式串起来。
|
||||
|
||||
However, certain #{_JavaScript} syntax is not allowed:
|
||||
* !{__new_op}
|
||||
|
||||
但无论如何,某些JavaScript语法仍然是不允许的:
|
||||
* the `new` operator
|
||||
* !{__new_op}
|
||||
* `new`运算符
|
||||
* increment and decrement operators, `++` and `--`
|
||||
* 自增和自减运算符:`++`和`--`
|
||||
|
|
Loading…
Reference in New Issue