mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
renamed "isExterns" to "is_externs"
This commit is contained in:
@@ -136,7 +136,7 @@ public class JSExtractor {
|
||||
lexicalExtractor.extractLines(source, toplevelLabel);
|
||||
}
|
||||
|
||||
if (config.isExterns()) textualExtractor.getTrapwriter().addTuple("isExterns", toplevelLabel);
|
||||
if (config.isExterns()) textualExtractor.getTrapwriter().addTuple("is_externs", toplevelLabel);
|
||||
if (platform == Platform.NODE && sourceType == SourceType.COMMONJS_MODULE)
|
||||
textualExtractor.getTrapwriter().addTuple("isNodejs", toplevelLabel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user