fix: remove ExportNamedDeclaration when the specifier is empty (#10638)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
d023e105b7
commit
5e24016623
@@ -0,0 +1 @@
|
||||
export {}
|
||||
@@ -0,0 +1,8 @@
|
||||
System.register([], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user