diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-09-27 02:21:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 02:21:06 +0200 |
commit | 46a4bd5178f5aed22041422c431b5ab6f697865d (patch) | |
tree | bb72699b0c18ace70b7dd8c7434a211703edba14 /cli/build.rs | |
parent | d39659332c224dfee51a43499c2d2d5da12a0da8 (diff) |
feat(unstable): add `Deno.jupyter.broadcast` API (#20656)
Closes https://github.com/denoland/deno/issues/20591
---------
Co-authored-by: Kyle Kelley <rgbkrk@gmail.com>
Diffstat (limited to 'cli/build.rs')
-rw-r--r-- | cli/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/build.rs b/cli/build.rs index b1377485b..4435cd243 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -331,6 +331,7 @@ deno_core::extension!( esm = [ dir "js", "40_testing.js", + "40_jupyter.js", "99_main.js" ], customizer = |ext: &mut deno_core::Extension| { |