Since we do modularization after we run closure compiler this can lead to some strange effects. For example, if we try to use await in the main out closure will see it as a top-level-await, even though in modularize mode its inside the factory function.
Since we do modularization after we run closure compiler this can lead to some strange effects. For example, if we try to use
awaitin the main out closure will see it as a top-level-await, even though in modularize mode its inside the factory function.