Loading fedify/deno.json +0 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ }, "imports": { "@cfworker/json-schema": "npm:@cfworker/json-schema@^4.1.1", "@deno/dnt": "jsr:@deno/dnt@0.41.3", "@es-toolkit/es-toolkit": "jsr:@es-toolkit/es-toolkit@^1.38.0", "@hongminhee/deno-mock-fetch": "jsr:@hongminhee/deno-mock-fetch@^0.3.2", "@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2", Loading Loading @@ -46,7 +45,6 @@ "vocab/vocab.ts" ], "exclude": [ ".dnt-import-map.json", "apidoc/", "codegen/schema.yaml", "dist/", Loading fedify/vocab/vocab.test.ts +0 −2 Original line number Diff line number Diff line Loading @@ -518,7 +518,6 @@ test({ }); assertEquals( Deno.inspect(obj, { colors: false, sorted: true, compact: false }), // dnt-shim-ignore "Deno" in globalThis ? "Object {\n" + ' attribution: URL "https://example.com/foo",\n' + Loading Loading @@ -1252,7 +1251,6 @@ for (const typeUri in types) { ); }); // dnt-shim-ignore if ("Deno" in globalThis) { const { assertSnapshot } = await import("@std/testing/snapshot"); Loading Loading
fedify/deno.json +0 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ }, "imports": { "@cfworker/json-schema": "npm:@cfworker/json-schema@^4.1.1", "@deno/dnt": "jsr:@deno/dnt@0.41.3", "@es-toolkit/es-toolkit": "jsr:@es-toolkit/es-toolkit@^1.38.0", "@hongminhee/deno-mock-fetch": "jsr:@hongminhee/deno-mock-fetch@^0.3.2", "@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2", Loading Loading @@ -46,7 +45,6 @@ "vocab/vocab.ts" ], "exclude": [ ".dnt-import-map.json", "apidoc/", "codegen/schema.yaml", "dist/", Loading
fedify/vocab/vocab.test.ts +0 −2 Original line number Diff line number Diff line Loading @@ -518,7 +518,6 @@ test({ }); assertEquals( Deno.inspect(obj, { colors: false, sorted: true, compact: false }), // dnt-shim-ignore "Deno" in globalThis ? "Object {\n" + ' attribution: URL "https://example.com/foo",\n' + Loading Loading @@ -1252,7 +1251,6 @@ for (const typeUri in types) { ); }); // dnt-shim-ignore if ("Deno" in globalThis) { const { assertSnapshot } = await import("@std/testing/snapshot"); Loading