Skip to content

Commit 859a50d

Browse files
committed
feat: Avoid strict check on require for n4js rtenv
1 parent f03571c commit 859a50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ const n4jsModulePatternMatcher = _.matches({
168168
name: "require"
169169
},
170170
arguments: [{
171-
type: "StringLiteral",
172-
value: "n4js-node/index"
171+
type: "StringLiteral"
172+
// value: "n4js-node/index"
173173
}]
174174
},
175175
property: {

0 commit comments

Comments
 (0)