renamed "isClosureModule" to "is_closure_module"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:43 +02:00
parent 2a2901f6ae
commit 07fd747069
6 changed files with 10 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ case @toplevel.kind of
is_module (int tl: @toplevel ref);
is_nodejs (int tl: @toplevel ref);
is_es2015_module (int tl: @toplevel ref);
isClosureModule (int tl: @toplevel ref);
is_closure_module (int tl: @toplevel ref);
// statements
#keyset[parent, idx]