Export to GitHub

leak-finder-for-javascript - issue #13

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


Posted on Jan 9, 2013 by Happy Horse

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

Status: New

Labels:
Type-Defect Priority-Medium