We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e834fd commit 7123088Copy full SHA for 7123088
crates/swc_ecma_compat_es2020/src/nullish_coalescing.rs
@@ -11,6 +11,5 @@ pub fn nullish_coalescing(c: Config) -> impl Pass {
11
includes: Features::NULLISH_COALESCING,
12
excludes: Features::empty(),
13
assumptions,
14
- ..Default::default()
15
})
16
}
0 commit comments