preserves/implementations/javascript/packages/schema
Tony Garnock-Jones 33db0b8718 Publish
- @preserves/core@0.994.0
 - @preserves/schema-cli@0.994.0
 - @preserves/schema@0.994.0
2024-02-05 22:55:15 +01:00
..
src Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
test Switch from `#!` to `#:` for embedded values 2024-02-05 22:38:49 +01:00
.gitignore Rearrange into two packages, using yarn workspaces 2021-03-10 19:24:20 +01:00
.npmignore .npmignore is required to not omit crucial build products 2021-03-11 23:11:06 +01:00
.yarnrc yarnrc 2021-03-11 19:11:36 +01:00
README.md Split out @preserves/schema-cli from @preserves/schema 2023-10-19 02:27:01 +02:00
jest.config.ts Rearrange into two packages, using yarn workspaces 2021-03-10 19:24:20 +01:00
package.json Publish 2024-02-05 22:55:15 +01:00
preserves-schema-browser.js preserves-schema-browser.js 2023-12-17 11:05:36 +13:00
rollup.config.mjs Split out @preserves/schema-cli from @preserves/schema 2023-10-19 02:27:01 +02:00
tsconfig.json Rearrange into two packages, using yarn workspaces 2021-03-10 19:24:20 +01:00

README.md

Preserves Schema for TypeScript/JavaScript

This is an implementation of Preserves Schema for TypeScript and JavaScript.

This package implements a Schema runtime and a Schema-to-TypeScript compiler, but offers no command line interfaces. See @preserves/schema-cli for command-line tools for working with Schema and compiling from Schema to TypeScript.