Loading .vscode/settings.json +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ }, "cSpell.words": [ "activitypub", "aitertools", "apidoc", "bccs", "btos", Loading codegen/fs.test.ts +1 −1 Original line number Diff line number Diff line import { toSet } from "@hongminhee/aitertools"; import { assertEquals } from "@std/assert"; import { join } from "@std/path"; import { toSet } from "https://deno.land/x/aitertools@0.5.0/mod.ts"; import { readDirRecursive } from "./fs.ts"; Deno.test("readDirRecursive()", async () => { Loading deno.json +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ "@fedify/fedify/vocab": "./vocab/mod.ts", "@fedify/fedify/webfinger": "./webfinger/mod.ts", "@fedify/fedify/x/fresh": "./x/fresh.ts", "@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0", "@js-temporal/polyfill": "npm:@js-temporal/polyfill@^0.4.4", "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.0", "@std/assert": "jsr:@std/assert@^0.220.1", Loading vocab/vocab.test.ts +1 −1 Original line number Diff line number Diff line import { toArray } from "@hongminhee/aitertools"; import { Temporal } from "@js-temporal/polyfill"; import { parseLanguageTag } from "@phensley/language-tag"; import { Loading @@ -10,7 +11,6 @@ import { } from "@std/assert"; import { assertSnapshot } from "@std/testing/snapshot"; import { toPascalCase } from "@std/text"; import { toArray } from "https://deno.land/x/aitertools@0.5.0/mod.ts"; import { loadSchemaFiles, type PropertySchema, Loading Loading
.vscode/settings.json +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ }, "cSpell.words": [ "activitypub", "aitertools", "apidoc", "bccs", "btos", Loading
codegen/fs.test.ts +1 −1 Original line number Diff line number Diff line import { toSet } from "@hongminhee/aitertools"; import { assertEquals } from "@std/assert"; import { join } from "@std/path"; import { toSet } from "https://deno.land/x/aitertools@0.5.0/mod.ts"; import { readDirRecursive } from "./fs.ts"; Deno.test("readDirRecursive()", async () => { Loading
deno.json +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ "@fedify/fedify/vocab": "./vocab/mod.ts", "@fedify/fedify/webfinger": "./webfinger/mod.ts", "@fedify/fedify/x/fresh": "./x/fresh.ts", "@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0", "@js-temporal/polyfill": "npm:@js-temporal/polyfill@^0.4.4", "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.0", "@std/assert": "jsr:@std/assert@^0.220.1", Loading
vocab/vocab.test.ts +1 −1 Original line number Diff line number Diff line import { toArray } from "@hongminhee/aitertools"; import { Temporal } from "@js-temporal/polyfill"; import { parseLanguageTag } from "@phensley/language-tag"; import { Loading @@ -10,7 +11,6 @@ import { } from "@std/assert"; import { assertSnapshot } from "@std/testing/snapshot"; import { toPascalCase } from "@std/text"; import { toArray } from "https://deno.land/x/aitertools@0.5.0/mod.ts"; import { loadSchemaFiles, type PropertySchema, Loading