From b5ea65b6a34243d489cb9e104561708d7f0a00b4 Mon Sep 17 00:00:00 2001 From: Alan Pierce Date: Sun, 31 Mar 2019 14:51:14 -0700 Subject: [PATCH] Document newer regex features as not being transformed (#442) Fixes #434 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e36172fc..a456ce16 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ by your JS runtime. For example: (as of this writing), and Sucrase doesn't make an attempt to transpile them. * Object rest/spread, async functions, and async iterators are all recent features that should work fine, but might cause issues if you use older - versions of tools like webpack. BigInt may or may not work, based on your - tooling. + versions of tools like webpack. BigInt and newer regex features may or may not + work, based on your tooling. ### JSX Options Like Babel, Sucrase compiles JSX to React functions by default, but can be