diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2020-11-30 20:35:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-30 20:35:12 +0100 |
| commit | 6aa692fece232b83bdfd4ec56150fb5264020697 (patch) | |
| tree | 9e9c10e9cc6482ca468d68ded39e6ec40187082f /cli/tests/standalone_import.ts | |
| parent | c7276e15e54b43aa6649ca149d92811059c6415f (diff) | |
feat: deno compile (#8539)
Diffstat (limited to 'cli/tests/standalone_import.ts')
| -rw-r--r-- | cli/tests/standalone_import.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/standalone_import.ts b/cli/tests/standalone_import.ts new file mode 100644 index 000000000..804102a53 --- /dev/null +++ b/cli/tests/standalone_import.ts @@ -0,0 +1,2 @@ +console.log("start"); +await import("./001_hello.js"); |
