mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
### Before ``` x Flag u is mentioned twice in regular expression literal ,-[1:20] 1 | const a = /\2(.)/uuxig; : ^ 2 | debugger; `---- x Unexpected flag x in regular expression literal ,-[1:21] 1 | const a = /\2(.)/uuxig; : ^ 2 | debugger; `---- ``` ### After ``` x Flag u is mentioned twice in regular expression literal ,-[1:19] 1 | const a = /\2(.)/uuxig; : ^ 2 | debugger; `---- x Unexpected flag x in regular expression literal ,-[1:20] 1 | const a = /\2(.)/uuxig; : ^ 2 | debugger; `---- ``` |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||