fix: push exported variable when hoisting export declared names (#12110)
This commit is contained in:
@@ -3,7 +3,7 @@ System.register([], function (_export, _context) {
|
||||
|
||||
var foo;
|
||||
|
||||
_export("foo", void 0);
|
||||
_export("default", void 0);
|
||||
|
||||
return {
|
||||
setters: [],
|
||||
|
||||
Reference in New Issue
Block a user