Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Babel failure on v20.19.0 #1093

Open
marco-ippolito opened this issue Mar 10, 2025 · 1 comment
Open

Babel failure on v20.19.0 #1093

marco-ippolito opened this issue Mar 10, 2025 · 1 comment

Comments

@marco-ippolito
Copy link
Member

marco-ippolito commented Mar 10, 2025

Babel core is failing for nodejs/node#57349 @nicolo-ribaudo

 FAIL packages/babel-core/test/config-chain.js (5.022 s)
 buildConfigChain > config files > root > should not load babel.config.mjs synchronously
     Error: expect(received).toThrow(expected)
     
     Expected pattern: /is only supported when running Babel asynchronously/
     
     Received function did not throw
         at file:///home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/packages/babel-core/test/config-chain.js?1741529134685:1182:60
         at async file:///home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/node_modules/tinypool/dist/esm/entry/worker.js:71:20
 buildConfigChain > config files > relative > should not load .babelrc.mjs synchronously
     Error: expect(received).toThrow(expected)
     
     Expected pattern: /is only supported when running Babel asynchronously/
     
     Received function did not throw
         at file:///home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/packages/babel-core/test/config-chain.js?1741529134685:1296:58
         at async file:///home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/node_modules/tinypool/dist/esm/entry/worker.js:71:20
 PASS packages/babel-core/test/caching-api.js
 FAIL packages/babel-core/test/async.js
 asynchronicity > plugin > .mjs files > called synchronously
     Error: expect(received).rejects.toThrow()
     
     Received promise resolved instead of rejected
     Resolved to value: {"ast": null, "code": "\"success\"", "externalDependencies": {}, "map": null, "metadata": {}, "options": {"assumptions": {}, "babelrc": false, "browserslistConfigFile": false, "cloneInputAst": true, "configFile": false, "cwd": "/home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/packages/babel-core/test/fixtures/async/plugin-mjs-native", "envName": "test", "generatorOpts": {"comments": true, "compact": "auto", "sourceFileName": "unknown", "sourceMaps": false}, "parserOpts": {"plugins": [], "sourceType": "module"}, "passPerPreset": false, "plugins": [{"externalDependencies": [], "key": "/home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/packages/babel-core/test/fixtures/async/plugin-mjs-native/plugin.mjs", "options": {}, "visitor": {"Program": {"enter": [null]}, "_exploded": true, "_verified": true}}], "presets": [], "root": "/home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/packages/babel-core/test/fixtures/async/plugin-mjs-native", "rootMode": "root", "targets": {}}, "sourceType": "module"}
         at expect (/home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/node_modules/expect/build/index.js:2067:15)
         at file:///home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/packages/babel-core/test/async.js?1741529138369:258:15
         at async file:///home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/node_modules/tinypool/dist/esm/entry/worker.js:71:20
 asynchronicity > preset > .mjs files > called synchronously
     Error: expect(received).rejects.toThrow()
     
     Received promise resolved instead of rejected
     Resolved to value: {"ast": null, "code": "\"success\"", "externalDependencies": {}, "map": null, "metadata": {}, "options": {"assumptions": {}, "babelrc": false, "browserslistConfigFile": false, "cloneInputAst": true, "configFile": false, "cwd": "/home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/packages/babel-core/test/fixtures/async/preset-mjs-native", "envName": "test", "generatorOpts": {"comments": true, "compact": "auto", "sourceFileName": "unknown", "sourceMaps": false}, "parserOpts": {"plugins": [], "sourceType": "module"}, "passPerPreset": false, "plugins": [{"externalDependencies": [], "key": "/home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/packages/babel-core/test/fixtures/async/preset-mjs-native/plugin.mjs", "options": {}, "visitor": {"Program": {"enter": [null]}, "_exploded": true, "_verified": true}}], "presets": [], "root": "/home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/packages/babel-core/test/fixtures/async/preset-mjs-native", "rootMode": "root", "targets": {}}, "sourceType": "module"}
         at expect (/home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/node_modules/expect/build/index.js:2067:15)
         at file:///home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/packages/babel-core/test/async.js?1741529138369:350:15
         at async file:///home/iojs/tmp/citgm_tmp/d0333c67/@babel/core/node_modules/tinypool/dist/esm/entry/worker.js:71:20
@nicolo-ribaudo
Copy link

Thanks for the ping. This failure is expected, due to require(esm). We'll update our tests accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants