renamed "isModule" to "is_module"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:40 +02:00
parent 39ff727ec7
commit 4fb6d6060c
58 changed files with 64 additions and 57 deletions

View File

@@ -126,7 +126,7 @@ case @toplevel.kind of
| 2 = @event_handler
| 3 = @javascript_url;
isModule (int tl: @toplevel ref);
is_module (int tl: @toplevel ref);
isNodejs (int tl: @toplevel ref);
isES2015Module (int tl: @toplevel ref);
isClosureModule (int tl: @toplevel ref);