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 36 million developers.
Sign up
Pinned
471 contributions in the last year
Contribution activity
April - May 2019
alangpierce has no activity
yet for this period.
March 2019
Created a pull request in alangpierce/sucrase that received 1 comment
Disable jest caching in apollo-client
This was causing issues while making changes to Sucrase, since Jest was caching the results and not invalidating the cache on Sucrase changes.
+57
−14
•
1
comment
- Properly handle async arrow functions with multiline type parameters
- Document newer regex features as not being transformed
- Elide import = statements that are only used as a type
- Port all babel-parser changes from 2019-01-28 to 2019-03-26
- Port all babel-parser changes from 2018-11-13 to 2019-01-24
- Fix TS parsing bug when seeing a generics-like expression
- Elide type-only exports when the TS transform is enabled
- Fix implementation of JSX spread children
- Don't treat `/*/` as an entire block comment