Crate oxc_regular_expression

Crate oxc_regular_expression 

Source

Modules§

ast
visit

Structs§

ConstructorParser
Regular expression parser for new RegExp("constrocutor") usage.
LiteralParser
Regular expression parser for /literal/ usage.
Options
RegexUnsupportedPatterns

Functions§

has_unsupported_regular_expression_pattern
Check if the regular expression contains any unsupported syntax.