Looking to getting top level await working, but no...
# typescript
f
Looking to getting top level await working, but not having much luck with info from: https://github.com/pulumi/pulumi/issues/5161 When I set
type: module
in package.json, things sort of work, until I import some package (e.g.
ip-address
) that isn't itself using
type: module
. Was hoping this was just working by now :S