Skip to content

Instantly share code, notes, and snippets.

@Vehmloewff
Last active July 17, 2021 00:18
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