From 96c0415c862628b5e689879a9f4e87118e5e6c4f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 1 Feb 2018 14:27:13 -0800 Subject: [PATCH] Remove outdated sentence from README (#7311) Unicode property escapes are now part of ECMAScript proper. [skip ci] --- packages/babel-plugin-proposal-unicode-property-regex/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/babel-plugin-proposal-unicode-property-regex/README.md b/packages/babel-plugin-proposal-unicode-property-regex/README.md index 2cdd7abaec..00a8cbd6bd 100644 --- a/packages/babel-plugin-proposal-unicode-property-regex/README.md +++ b/packages/babel-plugin-proposal-unicode-property-regex/README.md @@ -2,8 +2,6 @@ Compile [Unicode property escapes](https://github.com/mathiasbynens/regexpu-core/blob/master/property-escapes.md) (`\p{…}` and `\P{…}`) in Unicode regular expressions to ES5 or ES6 that works in today’s environments. -**Note:** the Unicode property escape syntax is non-standard and may or may not reflect what eventually gets specified. - [Here’s an online demo.](https://mothereff.in/regexpu#input=var+regex+%3D+/%5Cp%7BScript_Extensions%3DGreek%7D/u%3B&unicodePropertyEscape=1) ## Installation