diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 17:27:34 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 17:28:31 -0400 |
| commit | 362aa677b404408a341dc0ddd2e1801c9d0fc200 (patch) | |
| tree | e74408d405285ca9e948acba82e09452e5b2e2f1 /testdata/subdir | |
| parent | 50105d7855f69190f235ebd50e261863905ef173 (diff) | |
Support relative import.
Diffstat (limited to 'testdata/subdir')
| -rw-r--r-- | testdata/subdir/print_hello.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/subdir/print_hello.ts b/testdata/subdir/print_hello.ts new file mode 100644 index 000000000..7ecce5040 --- /dev/null +++ b/testdata/subdir/print_hello.ts @@ -0,0 +1,3 @@ +export function printHello(): void { + console.log("Hello"); +} |
