Ren Hiyama

Results 47 issues of Ren Hiyama

The module fails to run: ![](https://media.discordapp.net/attachments/938129049539186761/1117740299939237939/image.png) There's something with babel's internal plugin helper create class module saying `visitors` is undefined...

## Failing module - **GitHub**: https://github.com/my/repo - **npm**: https://npmjs.com/package/my_package ## Error message After running `reejs x npm:ts-node` ``` [DOWNLOAD] https://esm.sh/ts-node/dist/bin.js [WARNING] URLImportInstaller.js: Please use specific version for https://esm.sh/ts-node/dist/bin.js to access...

## Failing module - **GitHub**: https://github.com/my/repo - **npm**: https://npmjs.com/package/my_package ```js let package = await URLImport("https://esm.sh/@vitejs/plugin-vue"); ``` ## Error message After running the code in `reejs repl` I got this: ```...

https://esm.sh/v125/[email protected]/node/supports-color.bundle.mjs includes a code that checks for `Deno` variable in `globalThis`. However it shows an error like: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'indexOf') ``` it looks...

https://esm.sh/fluent-ffmpeg?bundle Sends back: ```js Error: [esm.sh] esbuild: Could not resolve "./lib-cov/fluent-ffmpeg" at https://esm.sh/[email protected]?bundle:2:7 at ModuleJob.run (node:internal/modules/esm/module_job:193:25) ```

For third party URL import installers that run on all the possible runtimes (deno, node & bun): here's a brief info about bun: > Bun is designed as a drop-in...

For reference, `node:` is only allowed to load native node modules and not third party modules. However, `https://esm.sh/*[email protected]?target=node&bundle` -> `https://esm.sh/v111/[email protected]/X-ZS8q/node/preact-render-to-string.bundle.js` has imports as `node:preact`. Same is happening with other packages...

As far as I know, esm.sh checks whether the user agent is deno or not, and then automatically uses the deno target, same for browsers, so what about nodejs? Also...

###### Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting ## Issue description As stated in title; because https://esm.sh can't build it properly as `__dirname` isn't implemented in esm so it makes...

Since pentium g620 (sandy bridge) isnt supported by macos, I wonder if I would be able to run macos by faking with a working cpu configuration, like core i3 2nd...

enhancement