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 e7b992e commit 6882d23Copy full SHA for 6882d23
crates/swc_ecma_compat_common/src/regexp.rs
@@ -11,7 +11,7 @@ pub fn regexp(config: Config) -> impl Pass {
11
sticky_regex: config.sticky_regex,
12
unicode_property_regex: config.unicode_property_regex,
13
unicode_regex: config.unicode_regex,
14
- unicode_sets_regex: config.unicode_regex,
+ unicode_sets_regex: config.unicode_sets_regex,
15
};
16
17
options.into_pass()
0 commit comments