Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

@fedify/vocab-tools

This package contains the utilities for working with Activity Vocabulary objects, which are auto-generated from the IDL.

Installation

deno add @fedify/vocab-tools
npm install @fedify/vocab-tools
pnpm add @fedify/vocab-tools
yarn add @fedify/vocab-tools

Development

Run development tasks from the repository root with mise.

Updating snapshots

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_snapshots

Review and commit every changed snapshot file. Updating only one runtime leaves the other test suites with stale expectations.