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
Describe the feature
Transpile regexp unicode property escapes
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