`await import()` without global execution
Hello there.
This is some code from my
When I import
the code inside
This is some code from my
test.ts:When I import
test.ts via the code inside
test.ts will be executed and I get Hello World to the console. Is it possible that I import only exported code from test.ts and do not run any of it intrinsically?