Skip to main content

Crate swc_ecma_compat_regexp

Crate swc_ecma_compat_regexp 

Source
Expand description

Transpiles modern RegExp features to ES5-compatible patterns.

This crate provides transformations for:

  • Unicode property escapes (\p{Letter}, \P{Script=Greek})

Functionsยง

transform_unicode_property_escapes
Transforms unicode property escapes in a regex pattern into character classes.