Jason Miller
Jason Miller
Looks like the local name gets mangled with babel-minify, but not references to it. - This only happens when classes are not transpiled (eg: no preset, or env preset with...
Adds a couple little tweaks since Safari's AudioContext is prefixed and they only ship the older `decodeAudioData(data, successCallback, errorCallback)` method. Also adds [audioworklet-polyfill](https://github.com/GoogleChromeLabs/audioworklet-polyfill), which makes all this stuff work across...
I wonder if it would be possible to run this against Webpack's generated `.assets` (once webpack has generated the modern bundles) rather than actual files on disk? That would keep...
I'd love to be able to see a (live?) view of the graph as it executes in a browser context. Maybe rendering directly to SVG?
To elaborate, it would be great to completely avoid the fetching & parsing hit at runtime by creating a module (and/or webpack loader) that could do the rule parsing and...
This would allow people to limit fetching of external stylesheets (for parsing) to a known set.
Last night my phone shut down while I was writing on JournalBook, and this morning all the content appears to be gone. I'm guessing the IDB write failed and corrupted...
This is an alternative to #3518 that re-unifies component rendering (function and class components taking the same codepath) in order to split apart component mounting vs patching. It may also...
I'll be opening a few PRs for variants of this to get numbers from the perf bot. This one is an experiment to check the cost/benefit of arguments vs rendererState....