mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
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:
parent
7c5745a204
commit
c6f1107e9c
16 changed files with 104 additions and 93 deletions
|
@ -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 = [
|
||||
["&", "&"],
|
||||
["<", "<"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue