Dylan Piercey

Results 48 issues of Dylan Piercey

Was thinking I often find myself needing to calculate the minified size of some arbitrary script I found on the internet. It would be awesome to be able to: ```console...

Currently everything has to be an npm package but it would be suite to `jsize ./my-file.js`.

For example it would be nice to import only a fraction of the lodash apis: ```console jsize lodash[map,set,flatten] ``` This would be very different than: ```console jsize lodash/map + lodash/set...

@antonmedv do you have any experience with gifs? I haven't made any for years but I think it'd be sweet to change all of the examples to use them so...

help wanted

Often when using baobab (or similar libraries) a ui update follows a state update. React handles requestAnimationFrame automatically but if you are using a different framework or are doing some...

enhancement
question

Currently in JSX you are limited to valid JavaScript (lowercase) element names, otherwise a value is passed instead of a string. It would be cool to add support for listing...

For demonstration purposes it would be handy to automatically compile browser side scripts similar to the original react JSXTransformer. ``` html ```

enhancement

It would be handy to have support for bootstrapping the jsxtransform in node, similar to babel's ``` javascript require("babel/register"); ```

enhancement

"polyfill" is taken https://www.npmjs.com/package/polyfill. But it would be nice to see this available as a npm module.

## Description Resolves https://github.com/marko-js/marko/issues/1727 Adds support for loading Marko files directly as ESM via a node [ESM Loader hook](https://nodejs.org/api/esm.html#esm_hooks). This means you can run node like ```terminal node --experimental-loader @marko/compiler/loader.mjs...

blocked