Victor

Results 23 issues of Victor

instead of silently failing

This isn't really an issue but thought it might be a good context to mention that I forked this project and converted it to ES5 and CommonJS, then published it...

For Jazelle to be fully bootstrapped, it should not require yarn or node on the system to be able to install itself and its dependencies.

To enable projects to use strict mode in combination with fusion, we'll want to support this. https://flow.org/en/docs/strict/ It's all probably just good for the codebase. Individual exceptions can still be...

New blocks created with blockbuilder should have a link to **fork this block**. This will reduce the friction of having to properly modify the existing url for blocks on `bl.ocks.org`.

enhancement

When an es6 module exports something imported from a CommonJS style module, documentationJS crashes. ```` export { FOO } from 'some-common-js-dep'; ````

It's not used too often and removing it will improve the install time and reduce the bundle size. I'm happy to tackle this if there's interest

Happy to contribute this, if there's interest.

We have some apps with large bundles. With the recent per-browser bundling, builds have gone from ~2minutes to ~14 minutes. Most of these apps are only used in internally and...