rlog / leak-finder-for-javascript

Automatically exported from code.google.com/p/leak-finder-for-javascript
Other
0 stars 0 forks source link

Provide way to specify combined LeakDefinition/Suppression in a single file #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be handy for projects to maintain their own leak definitions and 
suppressions.

For instance, if using closure and compiling using pseudonames, things like 
goog.Disposable.instances_ become goog$Disposable$instances_ and should be 
altered in the definition and the suppression.

It would be handy to call via something like:

python .../leak-finder-for-javascript/jsleakcheck.py 
--definition-suppression-file=.../myprojects/disposable-leak-def.py

Original issue reported on code.google.com by s...@chromium.org on 9 Jan 2013 at 8:43