mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
Many false positives and incorrect errors. @leaysgur Enjoy 😁
Run `just conformance` to update the snapshot.
8 lines
431 B
Markdown
8 lines
431 B
Markdown
# oxc_regular_expression
|
||
|
||
Implements ECMAScript® 2024 Language Specification
|
||
|
||
- https://tc39.es/ecma262/2024/multipage/ecmascript-language-lexical-grammar.html#sec-literals-regular-expression-literals
|
||
- https://tc39.es/ecma262/2024/multipage/text-processing.html#sec-regexp-regular-expression-objects
|
||
- https://tc39.es/ecma262/2024/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expressions-patterns
|
||
|