Skip to content

Commit

Permalink
Document newer regex features as not being transformed (#442)
Browse files Browse the repository at this point in the history
Fixes #434
  • Loading branch information
alangpierce authored Mar 31, 2019
1 parent bd1ee84 commit b5ea65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5ea65b

Please sign in to comment.