Emily Marigold Klassen
Emily Marigold Klassen
The two source files should generate equivalent imports transformation: [Sandbox](https://sucrase.io/#compareWithTypeScript=true&code=%0Aimport%20foo%20from%20'bar'%0Aexport%20%7B%20foo%20%7D) ```ts import foo from 'bar' export { foo } ``` [Sandbox](https://sucrase.io/#compareWithTypeScript=true&code=%0Aexport%20%7B%20default%20as%20foo%20%7D%20from%20'bar') ```ts export { default as foo } from 'bar'...
Repro for https://github.com/nrwl/nx-console/issues/1882
Kap Recording: [Kapture 2023-04-26 at 14.20.39.webm](https://user-images.githubusercontent.com/760204/234705902-fdf6819a-a928-4838-b33d-6da47dcd818f.webm) Apple crash reporter shows the following: Details ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Plug [36718] Path: /Applications/Plug.app/Contents/MacOS/Plug Identifier: com.wulkano.Plug Version: 3.6.0...
Fixes #739 Also, sets up the fix for #685 by detecting when we're using git-revise, still need to finish that up and conditionally add the git-revise commands of `index` and...
### Describe the bug When using any app that accesses the webcam (video chat programs), all windows are unblurred. My main use case for Blurred is to focus on meetings...
Also add a test for flatten, based on flatten.test.ts
I was curious about the performance compared to [obliterator](https://github.com/Yomguithereal/obliterator) (using my fork to fix the type definitions), so i added it to the benchmark. You're still the fastest lib. ```...
See: https://github.com/tc39/proposal-iterator-helpers It would be good to have in the iterare readme, and aim for full support.
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
I have a proof of concept for post processing babylon's ast to add the CST-in-AST nodes specified in https://github.com/estree/estree/pull/107 at https://github.com/forivall/tacoscript/tree/master/packages/cstify. There's also a much more robust implementation at https://github.com/cst/cst...