Paseri workspace

June 16, 2026 · View on GitHub

Release


Paseri workspace

Deno workspace for Paseri, a TypeScript parsing and validation library.

Workspace

Developer guide

Paseri uses the Deno runtime rather than Node, and requires Deno 2.7 or later. Packages are published to the JSR registry only, and publishing is performed automatically by CI.

Setup

After cloning the repository, be sure you set up the git hooks using the following command:

deno task init

Running tests

deno test -P --unstable-unsafe-proto --parallel

Running benchmarks

deno bench