liuxingbaoyu

Results 379 comments of liuxingbaoyu

Currently `babel-node` only supports packages with `"type": "commonjs"` in `package.json`. It works fine after I set `"type": "commonjs",`. ![image](https://user-images.githubusercontent.com/30521560/187770300-84aa2242-b9de-45d0-8173-e4e77df8c28d.png) 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.

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...

![image](https://user-images.githubusercontent.com/30521560/180658541-9291e969-8e37-48aa-9fee-62bfc3f85617.png) `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...