Skip to content

Commit 6882d23

Browse files
committed
fix
1 parent e7b992e commit 6882d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/swc_ecma_compat_common/src/regexp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub fn regexp(config: Config) -> impl Pass {
1111
sticky_regex: config.sticky_regex,
1212
unicode_property_regex: config.unicode_property_regex,
1313
unicode_regex: config.unicode_regex,
14-
unicode_sets_regex: config.unicode_regex,
14+
unicode_sets_regex: config.unicode_sets_regex,
1515
};
1616

1717
options.into_pass()

0 commit comments

Comments
 (0)