Tim Branyen
Tim Branyen
Does it make sense to _always_ do `git pull` and fix merge conflicts? While the current approach works great for beginners and solves the issue they're facing, I think it...
bid: $3.50
I have a lovely poem i would put in the readme. its dark and full of sadness metaphorically related to the tragedy of temporary human persistence aka death
To load node modules that have ESM natively.
Initial work with top-level await for importing dynamically. There some cases that aren't yet polished so this shouldn't be merged yet.
Some modules wrap their CJS with an IIFE and this module currently rewrites exports within them, which is invalid. ```js (() => { export let UAParser = exports.UAParser; }).call(module.exports); export...
I've been trying to get browserify-istanbul to work with the latest unstable Istanbul version for more accurate ES6 coverage reports. Currently stuck on the fact that neither [email protected] or the...
- Added a failing test. (6/21/15) - Added experimental fix (3/4/16)
Fixes Node 10 issues.
The createSideEffect function allows one to hook into various lifecycle states. When using the mount lifecycle, I noticed that re-rendering the entire tree causes a re-mount when a component is...
The existing parser currently has a limitation where multiple elements defined on the same line breaks. This should be resolved with the new parser work. ``` TestTest2 ```