chore: update references to deno_std to use JSR (#23239)

There are more uses of `deno.land/std` in the codebase, but for URL
parsing purposes rather than network calls or documentation.
This commit is contained in:
Asher Gomez 2024-04-11 07:26:35 +10:00 committed by GitHub
parent 7c5745a204
commit c6f1107e9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 104 additions and 93 deletions

View file

@ -40,7 +40,7 @@ import { core, internals } from "ext:core/mod.js";
const $display = Symbol.for("Jupyter.display");
/** Escape copied from https://deno.land/std@0.192.0/html/entities.ts */
/** Escape copied from https://jsr.io/@std/html/0.221.0/entities.ts */
const rawToEntityEntries = [
["&", "&"],
["<", "&lt;"],