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

[Feature]: Publish real ESM for expect (and perhaps other modules) #15272

Closed
rschristian opened this issue Aug 23, 2024 · 3 comments
Closed

[Feature]: Publish real ESM for expect (and perhaps other modules) #15272

rschristian opened this issue Aug 23, 2024 · 3 comments

Comments

@rschristian
Copy link

🚀 Feature Proposal

Publishing real ESM, rather than ESM that imports from CJS, would be really useful for expect as it allows it to be used in environments outside of Node.

Motivation

As it stands, this faux ESM is just a facade for CJS and doesn't work outside of Node.

Example

No response

Pitch

expect (and potentially other packages), are extracted so that others may use them (at least I think that's the idea). Choosing to ship an ESM facade, however, limits the usefulness quite a bit as users are locked to Node.

I'm hoping that this wouldn't be too big of a lift for Jest, as it seems there is some desire to ship ESM for consumers.

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Sep 22, 2024
Copy link

This issue was closed because it has been stalled for 30 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 22, 2024
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant