Bernard
Bernard
My fork has a further fix on top of this, namely: handling `gz` vs `gzip` both as gzip (and also fixing the regular expressions, which didn't escape out the periods)...
Thanks for the detailed response! I may try running from source (I have a couple ideas I want to try my hand at anyway), though I did find a workaround...
Closed in favor of #100.
:tada: This issue has been resolved in version 11.0.0-canary.1 :tada: The release is available on: - [npm package (@canary dist-tag)](https://www.npmjs.com/package/babel-plugin-tester/v/11.0.0-canary.1) - [GitHub release](https://github.com/babel-utils/babel-plugin-tester/releases/tag/v11.0.0-canary.1) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
:tada: This issue has been resolved in version 11.0.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/babel-plugin-tester/v/11.0.0) - [GitHub release](https://github.com/babel-utils/babel-plugin-tester/releases/tag/v11.0.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
Thanks for this! ESM has different rules (like `module` and `exports` not being available) but there may be a solution. I'll take a look.
Interesting, and thank you for the example. Is there any current documentation around the `metadata` property? The babel-core docs are seemingly incomplete in this regard (they describe `{ code, map,...
:tada: This issue has been resolved in version 12.0.0-canary.1 :tada: The release is available on: - [npm package (@canary dist-tag)](https://www.npmjs.com/package/babel-plugin-tester/v/12.0.0-canary.1) - [GitHub release](https://github.com/babel-utils/babel-plugin-tester/releases/tag/v12.0.0-canary.1) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
@layershifter Nice catch! Should be fixed in 11.0.1. Thanks for the report :)
@SimenB Thanks for the report! I don't have access to set this repo's secrets, so the CI/CD setup a bit more of a manual effort than it should be for...