Alec Larson
Alec Larson
"Reactions" are unobserved side effects in response to an observed computation. The current way to do this: ```ts auto(() => { // Observed computation here noto(() => { // Unobserved...
Ideally, the `Object.keys` shim should only observe key changes (eg: when a key is added or removed). Currently, it observes value changes too (eg: when a key is set to...
Not sure to what extent the original `z` supports regular expressions, but I miss having the ability to add `$` to the end to ensure the directory ends in the...
- resolve symlinks inside "node_modules" directories - add `follow` function to `ResolutionContext` type - move "node_modules" logic into the `yieldPotentialPaths` function - feat: scope-only keys in `extraNodeModules` map - fix:...
### Summary This PR is a follow-up to #350. It deduplicates packages with the same name/version pair. 🎉 - Disable `throwOnModuleCollision` for jest-haste-map - Enable `skipHastePackages` for jest-haste-map (https://github.com/facebook/jest/pull/7778) -...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When `main` in package.json ends with an extension (eg: `.js`), Metro inadvertently looks...
The current Babel benchmark should include Babylon parsing just like the Buble benchmark includes Acorn parsing. Thoughts? PS: [This benchmark](https://cherow.github.io/cherow/performance) is a great comparison of existing Javascript parsers, and you...
**To reproduce:** ```styl @keyframes loader-rotate 100% transform: rotate(360deg) ``` **Current behavior:** Firefox fails to parse the CSS file: ``` Unrecognized at-rule or error parsing at-rule ‘@-o-keyframes’. ``` The generated CSS...
Have any cool ideas for meta programming yet? :)