Skip to content

Instantly share code, notes, and snippets.

@holgergp
Created January 14, 2022 09:47
Show Gist options
  • Save holgergp/99c0d0b88679e0c673cc868bbbc25677 to your computer and use it in GitHub Desktop.
Save holgergp/99c0d0b88679e0c673cc868bbbc25677 to your computer and use it in GitHub Desktop.
Disable Import Elision (TypeScript 4.5 Article)
import { Animal } from "./animal.js";
eval("console.log(new Animal().isDangerous())");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment