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
supported engines include node "^12.13.0". However esbuild support for all v12 versions of node is broken by the following
import * as fs from “fs/promises”
There are several occurrences of this across modular scripts, one example: https://github.com/jpmorganchase/modular/blob/main/packages/modular-scripts/src/esbuild-scripts/api.ts#L1
it is easily fixed nodejs/node#35740 (comment)
The text was updated successfully, but these errors were encountered:
There's already an open PR for this in #843 which is being merged today.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
supported engines include node "^12.13.0". However esbuild support for all v12 versions of node is broken by the following
There are several occurrences of this across modular scripts, one example:
https://github.com/jpmorganchase/modular/blob/main/packages/modular-scripts/src/esbuild-scripts/api.ts#L1
it is easily fixed
nodejs/node#35740 (comment)
The text was updated successfully, but these errors were encountered: