Propagate namespace scope in binder

This commit is contained in:
David Wilson 2021-03-26 14:24:58 -07:00
Родитель 9cd6611872
Коммит eaabbcba45
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -167,6 +167,7 @@ export function createBinder(): Binder {
if (!statement.statements) {
currentFile.exports = statement.exports!;
scope = currentNamespace = statement;
}
}