This package contains the utilities for working with Activity Vocabulary objects, which are auto-generated from the IDL.
deno add @fedify/vocab-toolsnpm install @fedify/vocab-toolspnpm add @fedify/vocab-toolsyarn add @fedify/vocab-toolsRun development tasks from the repository root with mise.
The code generator has separate output snapshots for Deno, Node.js, and Bun. When a change affects generated output, update all three from the repository root:
mise run test:update_snapshotsReview and commit every changed snapshot file. Updating only one runtime leaves the other test suites with stale expectations.