We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb1597 commit b17216aCopy full SHA for b17216a
src/volar.ts
@@ -79,8 +79,8 @@ function transformReactivityFunction(options: {
79
enter(node, parent) {
80
let tsNonNullExpressionEnd = 0
81
if (node.type === 'TSNonNullExpression') {
82
- node = node.expression
83
tsNonNullExpressionEnd = node.end
+ node = node.expression
84
}
85
86
if (node.type === 'CallExpression') {
0 commit comments