Gary Gozlan

Results 556 comments of Gary Gozlan

> [Zig actually supports this case, taking advantage of the -r flag of LLD to link multiple objects into one. However that only works for WASM and ELF.](https://github.com/ziglang/zig/issues/7094#issuecomment-737590796)

You gotta add something to the README. keyword: @babel/plugin-proposal-regexp-lookbehind

> `System` is not part of ES6, and only defined in the loader spec. That won't be implemented until the spec is finalised. @probins that's what the [esnext table](http://kangax.github.io/compat-table/esnext/) is...

Check whatwg/loader#147 for things to come. tl;dr: try…catch `import()` or `typeof self.import` in a script tag of type module

You should add a warning in the README and close this issue.

Just to be sure you want `supports.A` to only report the support at the first level? If `supports.A.*` are supported but `supports.A.B.C` isn't, would `supports.A` be true?

@jimmywarting once detached you gotta use [`AsStreamForRead`](https://msdn.microsoft.com/en-us/library/hh582142(v=vs.110).aspx?cs-save-lang=1&cs-lang=jscript#Anchor_2).

ref: https://nodejs.org/api/packages.html#imports

ping @maxmaximov