Skip to content

Commit 4e1734a

Browse files
authored
Update parser.ts
1 parent 9737181 commit 4e1734a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/compiler/parser.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3435,8 +3435,7 @@ namespace Parser {
34353435
return list;
34363436
}
34373437

3438-
function isMiss
3439-
ingList(arr: NodeArray<Node>): boolean {
3438+
function isMissingList(arr: NodeArray<Node>): boolean {
34403439
return !!(arr as MissingList<Node>).isMissingList;
34413440
}
34423441

0 commit comments

Comments
 (0)