Skip to content

Instantly share code, notes, and snippets.

@Vehmloewff
Last active July 17, 2021 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vehmloewff/5568eacc39dee3871756c5722c0f162f to your computer and use it in GitHub Desktop.
Save Vehmloewff/5568eacc39dee3871756c5722c0f162f to your computer and use it in GitHub Desktop.
Deno dynamic import bug
import './2.ts'
await import('./3.ts')
console.log('Hello, World!')
await import('./1.ts')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment