-
Notifications
You must be signed in to change notification settings - Fork 0
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
🐛 Bug: Properly dual-export CJS and ESM #7
Comments
I believe it's that |
oh! And I think this is also a result of the issue I mentioned in the PJV TS PR. Having |
@all-contributors please add @JoshuaKGoldberg for bug.
|
I've put up a pull request to add @JoshuaKGoldberg! 🎉 |
Adds @JoshuaKGoldberg as a contributor for bug. This was requested by JoshuaKGoldberg [in this comment](#7 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Bug Report Checklist
main
branch of the repository.Expected
I thought I'd set up dual-exporting CJS and ESM files properly in 6bf5c33, based on https://github.com/JoshuaKGoldberg/create-typescript-app/blob/c6714eeb02a5106eb5e4e4694f1e8b590444030d/docs/FAQs.md#how-can-i-add-dual-commonjs--ecmascript-modules-emit.
Actual
https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/actions/runs/12854886842/job/35839775194?pr=750 shows an error:
Additional Info
Interestingly, that PR's test job passes. So it's not seemingly a blocker to using this package as an end-user. Just the CI of an implementing ESLint plugin.
💖
The text was updated successfully, but these errors were encountered: