But it’s ``` (function (_, Kotlin) { 'use strict...
# javascript
v
But it’s
Copy code
(function (_, Kotlin) {
  'use strict';
...
}(module.exports, require('kotlin')));
Therefore I’ve got the exception because module.exports is undefined (used as _ inside the function)