diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-06-17 19:44:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 19:44:40 +0200 |
commit | e60922981be918ba4e6d9d857d9834b0d586df5b (patch) | |
tree | 39f260d605a0a8cf4efec71d77e927e7970cd8e6 /cli/tests/bundle.test.out | |
parent | 75bb9dbdfc7f8b4e8d17978808ae575e61843aef (diff) |
Revert "Deno.bundle supports targets < ES2017. (#6328)" (#6342)
This reverts commit 75bb9dbdfc7f8b4e8d17978808ae575e61843aef.
Diffstat (limited to 'cli/tests/bundle.test.out')
-rw-r--r-- | cli/tests/bundle.test.out | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cli/tests/bundle.test.out b/cli/tests/bundle.test.out index eba439424..b286dad48 100644 --- a/cli/tests/bundle.test.out +++ b/cli/tests/bundle.test.out @@ -1,5 +1,6 @@ [WILDCARD] -let System, __instantiate; +let System, __instantiateAsync, __instantiate; +[WILDCARD] (() => { [WILDCARD] })(); @@ -14,7 +15,7 @@ System.register("mod1", ["subdir2/mod2"], function (exports_3, context_3) { [WILDCARD] }); -const __exp = __instantiate("mod1", false); +const __exp = __instantiate("mod1"); export const returnsHi = __exp["returnsHi"]; export const returnsFoo2 = __exp["returnsFoo2"]; export const printHello3 = __exp["printHello3"]; |