Unverified Commit 9eb81aea authored by Hong Minhee's avatar Hong Minhee
Browse files

Get rid of dnt-related stuffs

parent 2f724b12
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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",
@@ -46,7 +45,6 @@
    "vocab/vocab.ts"
  ],
  "exclude": [
    ".dnt-import-map.json",
    "apidoc/",
    "codegen/schema.yaml",
    "dist/",
+0 −2
Original line number Diff line number Diff line
@@ -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' +
@@ -1252,7 +1251,6 @@ for (const typeUri in types) {
    );
  });

  // dnt-shim-ignore
  if ("Deno" in globalThis) {
    const { assertSnapshot } = await import("@std/testing/snapshot");