Unverified Commit 00614c26 authored by Hong Minhee's avatar Hong Minhee
Browse files

Use aitertools on JSR

parent ba3f49a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
  },
  "cSpell.words": [
    "activitypub",
    "aitertools",
    "apidoc",
    "bccs",
    "btos",
+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 () => {
+1 −0
Original line number Diff line number Diff line
@@ -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",
+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 {
@@ -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,