-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
prool/instances
is not exported in published npm package
#16
Comments
Can you provide a minimal reproduction? |
copy & paste into terminal and you will find the error below:
|
Yeah Jest isn't really ESM friendly, especially with Highly recommend to use Vitest though. |
FYI just ran into the same issue here :( |
Same here plz fix |
PRs welcome. |
FYI I'm still seeing this issue after migrating to vitest - @jxom what's the root of this problem? Happy to look into it but would help to have some context on why you think this might be happening. *EDIT, looks like it's a combination of these issues: |
@L8D FYI if you're in a pinch like me I published a version
it also includes a polyfill for |
What version of Node are you running? Prool only supports Node >=22 for now. |
OP issue fixed via a879039. |
thanks @jxom! QQ, how do we use this in our projects? I updated to
anything I need to change? |
Hello. I installed version
0.0.12
and theinstances
are available underprool/exports/instances
but not underprool/instances
The text was updated successfully, but these errors were encountered: