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.
npm
1 parent d421f04 commit fd6afd3Copy full SHA for fd6afd3
scripts/report-size.ts
@@ -8,7 +8,7 @@ import * as log from "https://deno.land/std@0.181.0/log/mod.ts";
8
import { BufReader } from "https://deno.land/std@0.181.0/io/mod.ts";
9
import { Buffer } from "node:buffer";
10
import AsciiTable from "https://deno.land/x/ascii_table@v0.1.0/mod.ts";
11
-import elfy from "https://esm.sh/elfy@1.0.0";
+import elfy from "npm:elfy@1.0.0";
12
13
const ENV_TEST_NAME = "R3_TEST"; // should be synched with `r3_test_runner`!
14
0 commit comments