Skip to content

Transpile regexp unicode property escapes #1649

@mischnic

Description

@mischnic

Describe the feature

Transpile regexp unicode property escapes

const IDENTIFIER_RE = /\p{ID_Start}/u;
console.log(IDENTIFIER_RE)

Example

Babel plugin or link to the feature description

https://babeljs.io/docs/en/babel-plugin-proposal-unicode-property-regex

https://github.com/tc39/proposal-regexp-unicode-property-escapes

Babel REPL

https://mothereff.in/regexpu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions