Propagate namespace scope in binder
This commit is contained in:
Родитель
9cd6611872
Коммит
eaabbcba45
|
@ -167,6 +167,7 @@ export function createBinder(): Binder {
|
|||
|
||||
if (!statement.statements) {
|
||||
currentFile.exports = statement.exports!;
|
||||
scope = currentNamespace = statement;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче