John-David Dalton
John-David Dalton
> @jdalton I presume this is why `esm` only supports top-level await for modules with no exports? Because any top-level `await` in a dependency graph will break the downshift operation?...
I casually mentioned the promises-all-the-way down bit in our Module WG meeting a month ago or so when we discussed top-level await making it to stage 2 at the May...
Hi @fatso83! The `cjs.mutableNamespace` option is enabled by default so there's no configuration necessary. Stubbing will work with `.js` but not `.mjs` _(`.mjs` files are locked down, so no `esm`...
Is this something that `@std/esm` could improve? Can you explain a bit more of the issue.
I'm picking up Lodash again! As part of that it'll have an overhaul for modern browsers. Over the years the language has started to absorb Lodash (which is fantastic!). Expect...
I'm going to have to declare issue debt on all PRs since the tech stack has aged. We'll be using rollup + typescript. So things to bot-close issues with a...
> (currently behind the --experimental-modules flag, soon to be unflagged). Hi 👋 ! Node core and Node Module WG member here. There is no set date for when `--experimental-modules` will...
Hi @thysultan! We're a bit further down the road in terms of releases so maybe try a more recent release.
Hi @ben-page! Could you create a simple repro repo for me to investigate?