Closed leonardoventurini closed 4 months ago
Properly detect top level await by checking if the awaits are inside any function node.
This solves:
https://github.com/meteor/meteor/issues/12986
Properly detect top level await by checking if the awaits are inside any function node.