Skip to content

Commit

Permalink
chore: revert property order
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 17, 2024
1 parent 8e79bf1 commit a98196e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,12 @@ class RegExpParserState {

const base = {
type: "CharacterSet",
parent: null,
start,
end,
raw: this.source.slice(start, end),
kind,
strings: null,
key,
} as const

Expand Down

0 comments on commit a98196e

Please sign in to comment.