We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d95be commit ef4ab75Copy full SHA for ef4ab75
src/repl.ts
@@ -1,3 +1,5 @@
1
+// This code is Deno only
2
+
3
import { unescape } from "@std/html/entities";
4
import entityList from "@std/html/named-entity-list.json" with { type: "json" };
5
import { repeatArray } from "./misc.ts";
0 commit comments