JS: Add isTypeUsed to avoid overpruning

This commit is contained in:
Asger F
2023-09-01 13:54:47 +02:00
parent 632cce2c16
commit 6f19fc2fcd
3 changed files with 4 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ extensions:
- ['testlib', 'Member[ParamDecoratorSource].DecoratedParameter', 'test-source']
- ['testlib', 'Member[getSource].ReturnValue', 'test-source']
- ['(testlib)', 'Member[parenthesizedPackageName].ReturnValue', 'test-source']
- ['danger-constant', 'Member[danger]', 'test-source']
- addsTo:
pack: codeql/javascript-all