MrKleeblatt
Error reading `allocUnsafe` using npm:ics
Hello there,
I try to use npm:ics in my project and in some runs it works, in others it doesn't (which is pretty weird if you think about it) and I get the following error:
Can I fix this or does it have to do something with npm support of Deno?
1 replies
`await import()` without global execution
Hello there.
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?5 replies