steveszc / ember-cli-memory-leak-detector

Automatic memory leak detection for ember apps
https://www.npmjs.com/package/ember-cli-memory-leak-detector
MIT License
38 stars 5 forks source link

Ensure memory leak detection only runs as a direct dependency #14

Closed steveszc closed 3 years ago

steveszc commented 3 years ago

This addon should only detect memory leaks in addons and apps that directly depend on this package. If ember-cli-example-addon installs ember-cli-memory-leak-detector, we should not run memory leak detection in consumers of ember-cli-example-addon (unless that consumer app also directly depends on ember-cli-memory-leak-detector).

steveszc commented 3 years ago

This is now implemented, but more work is needed to get the automatic ES class name detection working in addons.