You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.
Build Error (broccoli-persistent-filter:Babel > [Babel: ember-concurrency-typescript]) in dummy/tests/unit/task-test.ts
/addons/ember-concurrency-typescript/dummy/tests/unit/task-test.ts: `task` has to be a direct child of a `ClassProperty`.
30 | test('Classic class', async function(assert) {
31 | const subject = EmberObject.create({
> 32 | testTask: task(function*() {
The text was updated successfully, but these errors were encountered:
I'm sorry, that I didn't update the README yet and probably cost you some time. ember-concurrency-typescript was an experiment that I'll likely not pursue any longer. Instead we're trying to get machty/ember-concurrency-decorators#56 out the door, which is essentially almost the same, but a bit better in some regards.
If used in a mixed project (like one transitioning to typescript), fails hard when tasks are present in classic classes.
For example
results in
The text was updated successfully, but these errors were encountered: