diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-14 13:06:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 22:06:00 +0100 |
commit | ab0c637425c3219c2a5f59c25ae8ea593018568b (patch) | |
tree | e8c3275e39a43e81a89386f9bcbb530185c24eb9 /cli/js/99_main.js | |
parent | d342c0df71bd3da75330af3dbf2949e8dab36c2b (diff) |
perf: move jupyter esm out of main snapshot (#21163)
Towards https://github.com/denoland/deno/issues/21136
Diffstat (limited to 'cli/js/99_main.js')
-rw-r--r-- | cli/js/99_main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/99_main.js b/cli/js/99_main.js index 37342f6cd..dc9d74fb0 100644 --- a/cli/js/99_main.js +++ b/cli/js/99_main.js @@ -1,4 +1,3 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. import "ext:cli/40_testing.js"; -import "ext:cli/40_jupyter.js"; import "ext:cli/runtime/js/99_main.js"; |