Integrate crabrl parser into taxonomy hydration

This commit is contained in:
2026-03-16 15:18:01 -04:00
parent cf084793ed
commit a58b07456e
23 changed files with 4696 additions and 2466 deletions

View File

@@ -11,12 +11,15 @@
"build": "bun run generate && bun --bun next build --turbopack",
"bootstrap:prod": "bun run scripts/bootstrap-production.ts",
"check:sidecar": "cargo check --manifest-path rust/Cargo.toml",
"fmt": "cargo fmt --manifest-path rust/Cargo.toml --all --check && bun x prettier --check --ignore-unknown README.md package.json lib/server/db/index.test.ts lib/server/db/schema.ts lib/server/db/sqlite-schema-compat.ts lib/server/repos/filing-taxonomy.test.ts lib/server/repos/filing-taxonomy.ts lib/server/task-processors.outcomes.test.ts lib/server/task-processors.ts lib/server/taxonomy/engine.test.ts lib/server/taxonomy/parser-client.ts lib/server/taxonomy/parser-client.test.ts lib/server/taxonomy/types.ts scripts/e2e-prepare.test.ts test/bun-test-shim.ts test/vitest.setup.ts vitest.config.mts",
"typecheck": "bun x tsc --noEmit",
"validate:taxonomy-packs": "bun run scripts/validate-taxonomy-packs.ts",
"start": "bun --bun next start",
"lint": "bun run generate && bun x tsc --noEmit",
"lint": "bun run generate && bun run typecheck",
"e2e:prepare": "bun run scripts/e2e-prepare.ts",
"e2e:webserver": "bun run scripts/e2e-webserver.ts",
"workflow:setup": "workflow-postgres-setup",
"test": "bun x vitest run",
"backfill:filing-metrics": "bun run scripts/backfill-filing-metrics.ts",
"backfill:filing-statements": "bun run scripts/backfill-filing-statements.ts",
"backfill:search-index": "bun run scripts/backfill-search-index.ts",
@@ -65,7 +68,9 @@
"bun-types": "^1.3.10",
"drizzle-kit": "^0.31.9",
"postcss": "^8.5.8",
"prettier": "^3.6.2",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"vitest": "^3.2.4"
}
}