Bradley Farias
Bradley Farias
It seems we have some research to do about how WASI expects to run as entry points vs modules. This is just a tracking issue for now to figure out...
Just tracking tooling encountering issues with what we have been rolling out, please add more as they are seen for gathering overall impact: issue | resolved | summary ---- |...
the thread of https://twitter.com/bradleymeck/status/1454093832539320325 pointed out with the consolidation of hooks that the provided during the fetching of a resource body from a URL no longer is automated by the...
Per web specifications the [HTTPS imports PR](https://github.com/nodejs/node/discussions/36430#discussioncomment-753311) has import.meta.url values that do not correspond to the cache key; Likely, it should be possible to make this intercept-able and recreate-able via...
It can be the case that this might supercede https://github.com/tc39/proposal-asset-references if we ensure that we can return a reference that is considered trusted but not evaluator nor fetched eagerly: ```mjs...
Much like import assertions is a generic mechanism. I could imagine non-WASM evaluators and parameterization of them: ```mjs import './model.json' assert { type: 'json' } as { evaluator: 'json-schema', schema:...
`response.end()` seems to cause any unfinished `response.push()` to fail.
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** Sourcemaps are generated with differing file paths [depending on which devtool you use](https://webpack.github.io/docs/configuration.html#output-devtoolmodulefilenametemplate):...
```prolog // example.dl .comp NumberComponent { .type Number = number } .comp MyComponent { .type InnerType = MyNumber { n: X } } .init num = NumberComponent .type MyNumber =...
#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [ ] documentation is changed or added - [x] commit...