[JS IR BE] Use fresh name for external JsModule declarations.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
define("lib", [], function() {
|
||||
return function(y) {
|
||||
return 23 + y;
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user