mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
refactor(parser): re-order match branches (#2209)
Just a tiny bit of code tidying.
This commit is contained in:
parent
9333264428
commit
872d751a18
1 changed files with 1 additions and 1 deletions
|
|
@ -418,6 +418,7 @@ impl Kind {
|
|||
"never" => Never,
|
||||
"super" => Super,
|
||||
"throw" => Throw,
|
||||
"using" => Using,
|
||||
"while" => While,
|
||||
"yield" => Yield,
|
||||
|
||||
|
|
@ -439,7 +440,6 @@ impl Kind {
|
|||
"target" => Target,
|
||||
"typeof" => Typeof,
|
||||
"unique" => Unique,
|
||||
"using" => Using,
|
||||
|
||||
"asserts" => Asserts,
|
||||
"boolean" => Boolean,
|
||||
|
|
|
|||
Loading…
Reference in a new issue