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 6bb7820 commit 6722371Copy full SHA for 6722371
packages/language-core/lib/parsers/scriptSetupRanges.ts
@@ -212,7 +212,7 @@ export function parseScriptSetupRanges(
212
if (node.arguments.length >= 1) {
213
propName = _getStartEnd(node.arguments[0]);
214
}
215
-
+
216
if (options && ts.isObjectLiteralExpression(options)) {
217
for (const property of options.properties) {
218
if (!ts.isPropertyAssignment(property) || !ts.isIdentifier(property.name)) {
0 commit comments