renamed "isNodejs" to "is_nodejs"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:41 +02:00
parent 4fb6d6060c
commit 8782c2b8e0
11 changed files with 16 additions and 9 deletions

View File

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