From 0162eca15fabe21a44d053ede62c5d9ef2c2c8f1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 30 May 2018 18:47:26 +0200 Subject: Allow importing of the compiled in typescript Fixes #18. --- testdata/import_typescript.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testdata/import_typescript.ts (limited to 'testdata/import_typescript.ts') diff --git a/testdata/import_typescript.ts b/testdata/import_typescript.ts new file mode 100644 index 000000000..0f161ceb0 --- /dev/null +++ b/testdata/import_typescript.ts @@ -0,0 +1,3 @@ +import * as ts from "typescript"; + +console.log("typescript version", ts.version); -- cgit v1.2.3