Samuel Stroschein
Samuel Stroschein
The video on the reproduction took long to upload. Here it is https://www.loom.com/share/6a2d5abffd1d48f3b06526779eab85b5?sid=c0299037-a6e8-4a02-ae6d-c3bff3b79404 No bundler I am aware of can efficiently tree-shake CJS. The bundler of questions in the video...
Sounds great. I will bundle path to regex manually in the meantime. For what it's worth, it seems like Node 20 will get require(esm) back-ported in March. If node 20...
@ljharb are you sure? Node 20 is the only LTS version from May 2025 onwards. If node 20 gets require(esm), April 2025 (in 2 months!) is the last month for...
@ibnouz https://github.com/opral/inlang-sherlock/issues
Chipping in from an "I want to use express dependencies but need ESM" perspective, see https://github.com/pillarjs/path-to-regexp/issues/347. If the maintenance effort of libraries like `path-to-regexp` to distribute CJS and ESM does...
@ljharb hope to share some light on the necessity of ESM. Ofc you can make the decision to ignore the (minor) group that needs ESM. That's completely OK. Everything is...
close because stale/nobody used this?
Paraglide maintainer here. > Switch to paraglide-js 2.0 (paraglide-next is deprecated now - but not sure if that would solve the issue) The issue remains in Paraglide JS 2.0 as...
Okay, so codex runs my shell correct? If so, I need to figure out why it picks up v18 while my default is v22. The sandboxing stuff confused me. Codex...
The bug seems to emerge because the default shell on mac os is zsh but codex runs in bash. The outcome are different environments. Prob a good idea to use...