Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
576 contributions in the last year
Activity overview
Contribution activity
October 2020
September 2020
- rwoll/repro-create-react-app-regex JavaScript
- rwoll/patch-package TypeScript
Created an issue in babel/babel that received 6 comments
babel-plugin-transform-es2015-unicode-regex breaks regex
Bug Report
I would like to work on a fix!
Current behavior
/[^\d\-a-z]/iu.exec("a") correctly evaluates to null; however, after applying the bab…