fix: push exported variable when hoisting export declared names (#12110)

This commit is contained in:
Huáng Jùnliàng
2020-09-28 11:38:39 -04:00
committed by GitHub
parent a080c82777
commit 62df8d2b79
5 changed files with 9 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ System.register([], function (_export, _context) {
var foo;
_export("foo", void 0);
_export("bar", void 0);
return {
setters: [],