Joyee Cheung
Joyee Cheung
To bikeshed the name a bit: - Insider: this kind of implies that anyone else is an "outsider", which I guess we probably do not want.. - Collaborator: I actually...
Thanks for reporting, it seems to do you have any reproducible steps? If not can you try running it with `NODE_OPTIONS=--stack-trace-limit=50` environment variable to get more frames from the stack...
Also, I am not sure if this matches the version of addon-webpack5-compiler-babel that you are using, but it seems https://github.com/storybookjs/addon-webpack5-compiler-babel/blob/main/preset.js was renamed to .js, which is in conflict with the...
Looking at the code it seems like a combination of at least 2 bugs: 1. addon-webpack5-compiler-babel using [`"type": "module"`](https://github.com/storybookjs/addon-webpack5-compiler-babel/blob/014263d886370a09a88783257f911ad33db36502/package.json#L4) but assumes [`preset.js`](https://github.com/storybookjs/addon-webpack5-compiler-babel/blob/main/preset.js) can still be CJS 2. esbuild-register relying on...
@targos You may be looking at an old version of the package, it was renamed to preset.js with a corresponding package.json change in https://github.com/storybookjs/addon-webpack5-compiler-babel/commit/7d3379b69cf104aa04f3e7f57d489362531888ec that I mentioned.
Actually you are looking at the right version probably, but this is loaded by esbuild-register (which bundles pirates) which monkey-patches the resolution that probably makes it load the wrong file....
This needs a rebase.
The summit has passed. closing.
A strategic initiative SGTM but I wonder if we should concentrate on primordials - primordials are means to achieve robustness against prototype pollution, not the ends. Perhaps it can be...
I think we should make it clear that it is a V8 flag and can change or be removed at any time. Node.js does not provide stability guarantee of this...