Skip to content

Commit

Permalink
make schema public
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Feb 5, 2024
1 parent 745212b commit 8bcdbaa
Show file tree
Hide file tree
Showing 5 changed files with 1,171 additions and 56,068 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ First time you start it up you should also run `yarn prep data`
- [ ] Integration into main app
- [ ] Add background, roles, palette level semantics
- [x] "Blame" for colors
- [x] JSON Schema (for validation) (if parser is not used)
- [ ] JSON Schema (for validation) (if parser is not used), get a sustainable way to use it
- [x] Basic Language
- [x] Multi indexing (eg all colors a b c)
- [na] Parser?
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"build-data": "mkdir data && cp node_modules/vega-datasets/data/* ./data/",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"build-schema": "ts-json-schema-generator --path src/lib/lint-language/lint-type.ts LintProgram > src/lib/lint-language/lint-schema.json"
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
Expand All @@ -27,7 +26,6 @@
"postcss": "^8.4.32",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"ts-json-schema-generator": "^1.5.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vega-typings": "^1.0.1",
Expand Down
Loading

0 comments on commit 8bcdbaa

Please sign in to comment.