mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
renamed "isClosureModule" to "is_closure_module"
This commit is contained in:
@@ -697,7 +697,7 @@ public class ASTExtractor {
|
||||
// Emit the specific source type.
|
||||
switch (sourceType) {
|
||||
case CLOSURE_MODULE:
|
||||
trapwriter.addTuple("isClosureModule", toplevelLabel);
|
||||
trapwriter.addTuple("is_closure_module", toplevelLabel);
|
||||
break;
|
||||
case MODULE:
|
||||
trapwriter.addTuple("is_es2015_module", toplevelLabel);
|
||||
|
||||
Reference in New Issue
Block a user