Ren Hiyama

Results 105 comments of Ren Hiyama

+1, this can create much faster downloads, at the cost of downloading additional not needed files like readme (maybe we can Blacklist popular not needed files?)

Idk wdym by module graphs, tracing etc. so I can't give any views on it. As long as it makes sense for me, I give it a +1. Since JSPM...

Just saw that sastan was active today on GitHub, hopefully he fixes this!

Hi @schlichtanders thanks for reporting this issue. Reejs had removed support for Deno polyfill a few versions ago, due to unintended side affects. To intentionally enable deno support, please add...

Here's my personal notice that explains this new error, I've already encountered it before: `__dirname` is defined in cjs, but not in mjs/esm. esm.sh currently still cannot polyfill/fix this. From...

> In case the cli cannot be installed on `npm`, it would be great to update the central website documentation to reflect this Esm.sh's original service is to serve url...

One needs to remove `src/server` folder, remove respective codes from `scripts` and `package.json` to disable publishing packages too.

> This runs > ``` > import liveServer from 'live-server' > > var params = { > port: 8080, > host: "0.0.0.0", > root: "./www", > open: true, > ignore:...

Primary use of "Packit" is to generate code based on different conditions met. This idea gives interested devs access to low level API access (useful for monkey patching). The default...