Skip to content

Commit 228c81b

Browse files
fix: legacy comment
1 parent 9ec6fbe commit 228c81b

File tree

1 file changed

+0
-1
lines changed
  • packages/@lwc/template-compiler/src/parser/expression-complex

1 file changed

+0
-1
lines changed

packages/@lwc/template-compiler/src/parser/expression-complex/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export function parseComplexExpression(
4242
allowAwaitOutsideFunction: true,
4343
};
4444

45-
// Start parsing after the opening curly brace and any leading whitespace.
4645
const estreeNode = parseExpressionAt(
4746
source,
4847
expressionStart + OPENING_CURLY_LEN,

0 commit comments

Comments
 (0)