-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
esm
from private-build-infra should be removed as it patches Object
#8021
Comments
Unfortunately we cannot drop esm until we drop support for node 12 (and potentially node 14?). |
closing as duplicate of #7379 |
I think 14 supports ESM, and 12 has been EOL'd |
@NullVoxPopuli 12 is still LTS and still supported by ember-cli for roughly another |
It's just not even listed here: https://nodejs.org/en/about/releases/ |
@NullVoxPopuli it's possible we took long enough to release 4.4 and 4.5 that this is no longer the plan: https://github.com/ember-cli/ember-cli/blob/master/docs/node-support.md |
Visit this StackBlitz URL: https://stackblitz.com/github/NullVoxPopuli/ember-cli-editor-output/tree/stackblitz-app-patched-broccoli?file=README.md
(which is a fork of the automated output on July 9, 2022: https://stackblitz.com/github/ember-cli/editor-output/tree/stackblitz-app-output)
I've already applied the patch here (via patch-package): broccolijs/broccoli#499
Note the stack trace (when running
npm start
).This means that Object is still getting patched -- so let's figure out where that's coming from...
run:
rm -rf node_modules/esm
and runnpm start
again.This stacktrace points at private-build-infra:
After removing ember-data from the package.json, and re-running
npm start
:(tbd, getting distracted)
Description
Trying to get ember to work at all on modern web tooling has been a multi-year uphill battle, and with just some minor tweaks (similar to what my broccoli PR is doing), we can get there. We're close 🥳
why not work with existing stuff?
Versions
any? idk see links above. (4.4)
<3
The text was updated successfully, but these errors were encountered: