mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
chore: upgrade deno_core to 0.272.0 (#23022)
This commit is contained in:
parent
9abc722cc3
commit
2166aa8fb6
6 changed files with 29 additions and 15 deletions
|
@ -337,9 +337,7 @@ async function formatInner(obj, raw) {
|
|||
internals.jupyter = { formatInner };
|
||||
|
||||
function enableJupyter() {
|
||||
const {
|
||||
op_jupyter_broadcast,
|
||||
} = core.ensureFastOps();
|
||||
const { op_jupyter_broadcast } = core.ops;
|
||||
|
||||
async function broadcast(
|
||||
msgType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue