liuxingbaoyu
liuxingbaoyu
Currently `babel-node` only supports packages with `"type": "commonjs"` in `package.json`. It works fine after I set `"type": "commonjs",`.  ref: https://babeljs.io/docs/en/babel-register/#experimental-babel-8-implementation > Note: @babel/register does not support compiling native Node.js...
Tip: Currently our active branch is `main` and not `master`.
@Tsaqif-Aushaf-Farodis https://github.com/babel/babel/issues/14550#issuecomment-1131481853
[repl](https://babeljs.io/repl#?browsers=ie%2011&build=&builtIns=false&corejs=3.6&spec=false&loose=false&code_lz=JYMwBAFAzg9gtgUwC7ABbAHYHMCUYDeAUAIaEC-YCANlAgYQMYwZRIFjFgUC8YIArhgCCEIgCNyOANzkgA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=false&presets=env&prettier=false&targets=&version=7.18.9&externalPlugins=&assumptions=%7B%7D) I can't reproduce the problem in the repl. Also I noticed the presence of `eval` in your error stack. So this is probably highly relevant to your code, and...
https://github.com/babel/babel/runs/7798363149?check_suite_focus=true This seems to have been included in `CI` and I can see skip messages.
This PR looks good, isn't it updated?
There seems to be some review comments at the moment, but I'm not very familiar with the export of babel. cc @JLHwung @nicolo-ribaudo This PR looks good, maybe you would...
 `resolutions` doesn't seem to work.
That's great! Are the current tests working as expected? It looks like `@babel/traverse` which `@babel/core` depends on should also be pinned to `7.0.0`. When I changed I got a new...
```shell ( # Yarn prints colors on GH actions even if it's piped, unless explicitly disabled # https://github.com/yarnpkg/berry/pull/659 YARN_ENABLE_COLORS=0 yarn why @babel/core | grep -o "@babel/core@npm:.* (via npm:.*)"; YARN_ENABLE_COLORS=0 yarn...