NullVoxPopuli
NullVoxPopuli
maybe a privacy one if folks deploy from their own machines
According to: ``` require() of ES Module /tmp/tmp-31383035liZVSdehi7p/node_modules/v2-addon/addon-main.js from /[email protected]/node_modules/ember-cli/lib/models/package-info-cache/package-info.js not supported. addon-main.js is treated as an ES module file as it is a .js file whose nearest parent package.json...
Current issue (and the one causing the two tests to hang):  ``` Died on test #1: Could not find module `./side-effecting.js` imported from `(require)` ``` it seems that importSync...
Each time I push, I'm going to be cancelling the workflow so as to not hog CI
I was looking at the compiled code for your snippet, and it looks like the stuff inside `String` is converted to `void` ```js class r extends t.default { get test()...
> Can v2 addons also override trees? they cannot :tada:
Testing this again with the changes on main -- my steps: ```bash npx ember-cli@beta new my-app --embroider --pnpm # [email protected] cd my-app pnpm add @universal-ember/[email protected] ``` add app/components/demo.gjs with content,...
Re-opening to communicate that in embroider@3, this isn't fixed
I forked composable-helpers, and everything works great 🎉 https://github.com/NullVoxPopuli/ember-composable-helpers I also included instructions for how to alias the dockyard copy of the addon to use my copy for all instances....
people still need to know about it for debugging purposes.