feat(es/minifier): Exclude JSON from alias list (#5698)

This commit is contained in:
Donny/강동윤 2022-08-31 16:47:52 +09:00 committed by GitHub
parent 18efd12d97
commit fc28242b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,8 @@ impl InfectionCollector<'_> {
if self.unresolved_ctxt == Some(e.1) {
match e.0 {
js_word!("String")
js_word!("JSON")
| js_word!("String")
| js_word!("Object")
| js_word!("Number")
| js_word!("BigInt")