This message was deleted.
# google-cloud
s
This message was deleted.
w
It should not be possible for “ vs ‘ to matter here - they are treated the same by NodeJS. If you are seeing prompts for deletion, it is because you program is not loading some of the files. Note that TypeScript will in some cases not import a library at runtime if there are no values exported from it. That is the most likely cause here?
g
Not sure if you omitting the semicolons in the first case alters typescript's module loading behaviour somehow.
s
Thanks for the inputs guys. Not sure now as I can't reproduce this anymore even with the first version for some reason.