Skip to content

Commit a98196e

Browse files
committed
chore: revert property order
1 parent 8e79bf1 commit a98196e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parser.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,12 @@ class RegExpParserState {
419419

420420
const base = {
421421
type: "CharacterSet",
422+
parent: null,
422423
start,
423424
end,
424425
raw: this.source.slice(start, end),
425426
kind,
427+
strings: null,
426428
key,
427429
} as const
428430

0 commit comments

Comments
 (0)