An experimental TypeSpec syntax for Lexicon

0.1.6

+7 -2
+4
CHANGELOG.md
··· 1 + ### 0.1.6 2 + 3 + - Rebuild 4 + 1 5 ### 0.1.5 2 6 3 7 - Allow tokens in string unions
+3 -2
packages/emitter/package.json
··· 1 1 { 2 2 "name": "@typelex/emitter", 3 - "version": "0.1.5", 3 + "version": "0.1.6", 4 4 "description": "TypeSpec emitter for ATProto Lexicon definitions", 5 5 "main": "dist/index.js", 6 6 "type": "module", ··· 27 27 "test:ci": "npm run build && vitest run", 28 28 "test:watch": "tsc-watch --onSuccess \"vitest run\"", 29 29 "clean": "rm -rf dist", 30 - "watch": "tsc --watch" 30 + "watch": "tsc --watch", 31 + "prepublishOnly": "npm test" 31 32 }, 32 33 "keywords": [ 33 34 "typespec",