Last active
January 11, 2020 11:39
-
-
Save lenkan/28f801430858ce5cb0c6ecd03bfd6a66 to your computer and use it in GitHub Desktop.
Deno templates import error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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