NullVoxPopuli
NullVoxPopuli
what's the error? `cb.apply` is not a function? (or is that a side-effect) is this all codemods? it's possible it's just that the ember-data-codemod is broken repo here: https://github.com/ember-codemods/ember-data-codemod
idk, basically what's left here is that I need to add tests, and make sure CI goes green
If anyone finds this thread and is using old compostable helpers, i have a fork: https://github.com/NullVoxPopuli/ember-composable-helpers Which has no build behavior (but does have instructions for aliasing old packages)
> would this be solved by something like the new [class auto-accessors](https://github.com/tc39/proposal-decorators/blob/a81149ffa1253601329b64542123ac52f839d139/README.md#class-auto-accessors) part of the proposal? I don't think so -- see this example from [signal-utils](github.com/proposal-signals/signal-utils/):  tho, maybe there...
Now that we have perf testing in ci, a pr that does this would be very interesting!
it works when you set `type=module`, see these examples: - https://github.com/NullVoxPopuli/ember-performance/blob/main/app-at-version/ember-canary-vite/package.json#L4 - https://github.com/krausest/js-framework-benchmark/pull/1835 - https://github.com/NullVoxPopuli/markdown-table-viewer/blob/main/package.json#L3 afaik, `imports` _only_ work with `type=module` I have not tried setting `type=module` on a project...
Can you provide a reproduction? Thank you!
Fixed in #1430
@dependabot rebase