diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-04 08:36:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 08:36:25 -0400 |
commit | e3cc3db20fc86d9adb19bb472e8c96ae5f7c77c0 (patch) | |
tree | 78dcdb431dbc03e2561f8aa8c21bf3af7302885b /cli/tests | |
parent | 42a04ea08a09e29417518524cbe2245c165e6f55 (diff) |
Revert "feat: format deno bundle output (#5139)" (#6085)
This reverts commit 93cf3bd5341d5985201ea0905280082d5a3310f9.
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/bundle.test.out | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/cli/tests/bundle.test.out b/cli/tests/bundle.test.out index c3e12e8a9..b286dad48 100644 --- a/cli/tests/bundle.test.out +++ b/cli/tests/bundle.test.out @@ -6,17 +6,13 @@ let System, __instantiateAsync, __instantiate; })(); System.register("print_hello", [], function (exports_1, context_1) { - [WILDCARD] +[WILDCARD] +}); +System.register("subdir2/mod2", ["print_hello"], function (exports_2, context_2) { +[WILDCARD] }); -System.register( - "subdir2/mod2", - ["print_hello"], - function (exports_2, context_2) { - [WILDCARD] - }, -); System.register("mod1", ["subdir2/mod2"], function (exports_3, context_3) { - [WILDCARD] +[WILDCARD] }); const __exp = __instantiate("mod1"); |