mirror of
https://github.com/github/codeql.git
synced 2026-01-07 19:50:22 +01:00
JavaScript: Omit numlines for functions.
This commit is contained in:
@@ -823,7 +823,6 @@ public class ASTExtractor {
|
||||
|
||||
contextManager.leaveContainer();
|
||||
scopeManager.leaveScope();
|
||||
lexicalExtractor.emitNumlines(key, nd.getLoc().getStart(), nd.getLoc().getEnd());
|
||||
}
|
||||
|
||||
private void extractParameterDefaultsAndTypes(IFunction nd, Label key, int paramCount) {
|
||||
|
||||
Reference in New Issue
Block a user