NullVoxPopuli

Results 2065 comments of NullVoxPopuli

I pushed up a rebase + some minor tweaks in #20464 -- thanks for getting this started @TechieQian !!! you're the best :tada:

Progress on native Vite support is happening, which would enable this

You can still use ESM dependencies. All v2 addons are esm. This already works. This issue is about not transpiling away esm, which is different. If your npm package supports...

Nay, in embroider as well, imports just work 🎉

What version of ember concurrency are you using? This is the usage that should work: https://github.com/NullVoxPopuli/ember-resources/issues/611#issue-1359854067

Excellent! I'll close this issue. Thanks! The other comment is more a dream for a simpler api

ember-resources should use this in the next major: https://github.com/ef4/decorator-transforms it'd be a major, because it'll require a min version of ember-cli-babel in consuming apps.

@simonihmig came up with a way to make this work over at: https://github.com/CrowdStrike/ember-headless-form/pull/52 It requires this util: https://github.com/CrowdStrike/ember-headless-form/pull/52/files#diff-cba6a6cd1877ea907fa4d3c06bdd8548011bc52b603638c9e8334870e53aca39 does it make sense for turborepo to adopt? or maybe it could...