NullVoxPopuli

Results 2058 comments of NullVoxPopuli

how are you launching VSCode? VSCode will only inherit your `NODE_OPTIONS` if launched from the terminal. ```bash export NODE_OPTIONS="....your options.... $NODE_OPTIONS" code . ```

Can you try setting NODE_OPTIONS, and then launching code from the terminal? Hy hope is that this resolves your issue (i believe this is what people do at work because...

Note: on.sync us impossfto implement in ember, pre-starbeam. But moving the resource body into on.sync in the codemod should be safe/consistent

hm, can you provide a reproduction repo for this? I made a test here: https://github.com/ember-tooling/prettier-plugin-ember-template-tag/pull/375/files#diff-ea45d03f6db0342a562631b038a65704332271af072c8ac7aab47617ba676083R591 and it seems to work ok?

> However, what about CSS pre-processors? I don't think addons should publish non-native CSS. Like how we require their JS to be compiled, so should we require their CSS be...

> Because it's easy to unintentionally apply your transforms to third-party code, it's not great that the current implementation repurposes the meaning of in templates. > The above comment --...

> transform of the hosting Ember application was being applied to components from an addon which caused build errors from Embroider about missing dependencies. There should be a way to...

Who's putting `` in vanilla HTML? There is ``

Are ya'll using strict mode/gjs/gts when you put `` into your components? (ignoring HTML for a moment)

> I believe that styles in the component should not pollute the global CSS aye, same