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

require('util') fails in some ESM configurations #682

Open
ptpaterson opened this issue May 18, 2023 · 1 comment
Open

require('util') fails in some ESM configurations #682

ptpaterson opened this issue May 18, 2023 · 1 comment

Comments

@ptpaterson
Copy link
Contributor

ptpaterson commented May 18, 2023

Reference Fauna forums topic: https://forums.fauna.com/t/cloudflare-workers-and-faunadb-and-debugging-with-jest-esm-mode/3639

issue is at this line:

var nodeUtil = util.isNodeEnv() ? require('util') : null

@github-actions
Copy link

Internal ticket number is FE-3560

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant