[Scripts > Strip] Fix switch cases
This commit is contained in:
parent
38e821a6fa
commit
a39d76bf25
2 changed files with 5 additions and 1 deletions
|
@ -13,6 +13,7 @@ const stripCode = (code) => code
|
|||
.replaceAll('typeof ', 'typeof#')
|
||||
.replaceAll(' of ', '#of#')
|
||||
.replaceAll(' in ', '#in#')
|
||||
.replaceAll('case ', 'case#')
|
||||
.replaceAll('await ', 'await#')
|
||||
.replaceAll('new ', 'new#')
|
||||
.replaceAll('return ', 'return#')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue