preserves/implementations/javascript/packages/schema
Tony Garnock-Jones 58110e7c0c Publish
- @preserves/core@0.995.206
 - @preserves/schema-cli@0.995.206
 - @preserves/schema@0.995.206
2024-05-15 10:49:46 +02:00
..
src Update JavaScript implementation for schema spec 0.4 2024-04-04 13:43:20 +02:00
test Bootstrap following JsDictionary support in schema 2024-03-29 12:28:23 +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-05-15 10:49:46 +02:00
preserves-schema-browser.js Repair bugs in schema interpreter relating to unit-typed definitions 2024-03-08 15:40:28 +01: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.