Skip to content

Instantly share code, notes, and snippets.

@lucacasonato
Created August 7, 2020 18:11
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 lucacasonato/5980eb190e4c2d97cc07f170981a9719 to your computer and use it in GitHub Desktop.
Save lucacasonato/5980eb190e4c2d97cc07f170981a9719 to your computer and use it in GitHub Desktop.
setInterval(() => console.log(import.meta.url), 1000);
await import("./a.ts");
await import("./a.ts#1");
await import("./a.ts#2");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment