NullVoxPopuli

Results 2057 comments of NullVoxPopuli

I just ran in to this myself, with a deeply transitive library trying to use WASM

@mansona and I are debugging this and found that the issue only happens with `@ember/component`s Repro: https://github.com/NullVoxPopuli/ember-6-8-fastboot-cleanup-reproduction

Edit: nevermind -- issue title says _that are not imported_. So, I found a separate issue. --------- Not sure if related, but I noticed this output: input some `index.js`: ```js...

I think I also noticed that v8 doesn't also copy referenced image files from CSS. so `background: url('./path.png')` is broken in v8. I've noticed this in a few other tools...

I've tried this ```js import styles from 'rollup-plugin-styles'; import css from 'rollup-plugin-import-css'; // ... // addon.keepAssets(['**/*.{css,png}']), // remove this one styles({ mode: 'emit', treeshakeable: true }), css({ output: 'styles.css' }),...

They're safe to ignore - can be done with pnpm config, like here https://github.com/NullVoxPopuli/ember-resources/blob/main/package.json#L39

Solved here: https://github.com/ember-cli/ember-cli/issues/10467#issuecomment-2386569046 Just needs copied into this repo

We'll need https://github.com/glimmerjs/glimmer-vm/pull/1772 first :see_no_evil: Silly deprecation means non-working forever thing :melting_face: