chore: update reference to transformExpressions (#2682) [ci skip]
This commit is contained in:
parent
7d7a2410e5
commit
0abcb2b80d
@ -330,7 +330,7 @@ function stringifyElement(
|
||||
// here, e.g. `{{ 1 }}` or `{{ 'foo' }}`
|
||||
// in addition, constant exps bail on presence of parens so you can't even
|
||||
// run JSFuck in here. But we mark it unsafe for security review purposes.
|
||||
// (see compiler-core/src/transformExpressions)
|
||||
// (see compiler-core/src/transforms/transformExpression)
|
||||
function evaluateConstant(exp: ExpressionNode): string {
|
||||
if (exp.type === NodeTypes.SIMPLE_EXPRESSION) {
|
||||
return new Function(`return ${exp.content}`)()
|
||||
|
Loading…
Reference in New Issue
Block a user