Stephen Yeung
Stephen Yeung
### 🐞 Describe the Bug In acceptance tests on ember 3.24 (and latest), routeRecognizer instances are being retained by EmberRouter: (Heap snapshot from super rentals tests, of the states from...
**Problem:** processTaskQueue processes each task from the task queue as a promise. When the task throws an error, causing the promise to reject, the processing-queue does not continue to process...
This PR fixes a bug and adds a new summary section to the output 1. Some addons may return a custom cachekey, in my example, the addon returns a different...
Similar to ember-cli-dependency-lint's allowVersions, it would be useful to be able to specify versions of addons that are ignored/allowed. This allows large repos to be more flexible with enforcing versions...
I noticed that HTMLBars AST does not push mustache statement styled comments into the AST, while HandleBars AST does. Is there a reason for this difference? For example: ``` {{!...