Situation:
When using tsc
to compile code for es6
, the scripts function properly once they are served from a server. However, I am unsure of how to access variables within modules through the console. The file names do not seem to be available as objects representing the modules, making it difficult to access them that way. Additionally, importing anything in the console does not seem to be working.