]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(compiler-core): handle inline comments with undefined bindings (#11217)
authorTycho <jh.leong@outlook.com>
Fri, 28 Jun 2024 01:48:23 +0000 (09:48 +0800)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2024 01:48:23 +0000 (09:48 +0800)
commit746352a14d62e9d3d9a38c359d2c54d418c1e0ac
treead6d030f3805b26cc620eb2687b6a5c14ccc52eb
parentad22879dd258b6af5a80e4a0cc6f80fafb85463d
fix(compiler-core): handle inline comments with undefined bindings (#11217)

close #11216
packages/compiler-core/__tests__/transforms/transformExpressions.spec.ts
packages/compiler-core/src/babelUtils.ts
packages/compiler-core/src/transforms/transformExpression.ts
packages/compiler-sfc/src/compileScript.ts
packages/compiler-sfc/src/script/definePropsDestructure.ts
packages/global.d.ts