We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.js
Latest development (@main)
ESM: import { someIterable } from "iter-fest"
Not an app
Others or unrelated
import { iteratorEvery } from 'iter-fest'; test('iteratorEvery should work', () => expect(iteratorEvery([1, 2, 3].values(), value => value)).toBe(true));
No response
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/workspaces/.../node_modules/core-js-pure/full/iterator/every-async' imported from /workspaces/.../node_modules/iter-fest/dist/chunk-....mjs
The text was updated successfully, but these errors were encountered:
Fixed in PR #43.
Sorry, something went wrong.
No branches or pull requests
Version
Latest development (@main)
Module resolution
ESM: import { someIterable } from "iter-fest"
Bundler
Not an app
Environment
Others or unrelated
Test case
Coding sandbox URL
No response
Console errors
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: