issues
search
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
Lib refactor and Readme enhancements
#28
Closed
steveszc
closed
3 years ago
steveszc
commented
3 years ago
Consolidate config logic and use
project.config()
Refactors the
lib
folder with better separation of concerns. (fixes #22)
Improves readme (fixes #13 and #16)
Adds config option to write snapshot to disk. This facilitates uploading test run heapshots into DevTools for further investigation.
project.config()
lib
folder with better separation of concerns. (fixes #22)