Skip to content

Instantly share code, notes, and snippets.

@lenkan
Last active January 11, 2020 11:39
Show Gist options
  • Save lenkan/28f801430858ce5cb0c6ecd03bfd6a66 to your computer and use it in GitHub Desktop.
Save lenkan/28f801430858ce5cb0c6ecd03bfd6a66 to your computer and use it in GitHub Desktop.
Deno templates import error
// https://github.com/microsoft/TypeScript/issues/30878
// https://github.com/denoland/deno/issues/3089
console.log(`${"dummy string"}`)
console.log(`import { foo } from "./bar.ts"`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment