Damien Seguin
Damien Seguin
Costs: 80% of the lib size. TODO: use nanoevents or custom.
Updated with latest commits and fixes: https://unpkg.com/[email protected]/dist/fontfaceobserver.esm.js Fixed all the tests Available to test from at: `npm i fontfaceobserver-es`
Getting the same over here. Probably because my bundle is quite substantial. I narrowed the problem to this part of the plugin (`browser-pack-flat/plugin` and `bundle-collapser/plugin`): ```js if (!b._options.fullPaths) { if...
Getting the following error with `flat: false` using bundle-collapser: `SyntaxError: Unexpected token` coming from `acorn.js`. The error isn't descriptive at all but I guess it has to do with acorn...
I am using some async/await indeed. I'd say it is coming from https://github.com/browserify/browser-unpack/: ``` └─┬ [email protected] ├─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] deduped ├─┬ [email protected] │ └─┬ @goto-bus-stop/[email protected]...
I don't know what is exactly cssnano policy re unsafe transform but I see there are currently 4 available: discardunused, mergeidents, reduceidents and zindex. Assuming users that opt in for...
I'll attempt a summary (WIP): ## Hooks Not a huge fan of hooks for a few reasons. Cons: - **naming things is hard**, no way I'll remember these names without...
Same here with JSDoc 4.0.0. [Public class fields](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Public_class_fields) don't seem to be supported.
Still the case with version 11.1.0. @tusharpahuja did you find a workaround by any chance?
Thanks for sharing, that works for your use case indeed (not for mine 😅). There's a slight delay when creating and `show`ing a BrowserWindow so I'd like to not force...