diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-01-01 08:43:54 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 08:43:54 +1100 |
commit | 012f99bd9a0463813653bf8438e09b3247395984 (patch) | |
tree | da00dc71787f564bf1cd8308ebc3fad621fb7771 /cli/tests/lib_runtime_api.ts.out | |
parent | 5f4e1767fea326d507395eafee25ab4ecc4b67b9 (diff) |
refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)
Closes: #4752
Diffstat (limited to 'cli/tests/lib_runtime_api.ts.out')
-rw-r--r-- | cli/tests/lib_runtime_api.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/lib_runtime_api.ts.out b/cli/tests/lib_runtime_api.ts.out index 7aee0cc58..4e0f933fc 100644 --- a/cli/tests/lib_runtime_api.ts.out +++ b/cli/tests/lib_runtime_api.ts.out @@ -1,2 +1,2 @@ -undefined +[] [ "file:///[WILDCARD]main.ts.js", "file:///[WILDCARD]main.ts.js.map" ] |