An experimental TypeSpec syntax for Lexicon

0.1.4

+7 -3
+6 -2
CHANGELOG.md
··· 1 - # 0.1.3 1 + ### 0.1.4 2 2 3 3 - Fix some namespaces failing to emit 4 4 5 - # 0.1.2 5 + ### 0.1.3 6 + 7 + - Fix some namespaces failing to emit 8 + 9 + ### 0.1.2 6 10 7 11 - Disallow mixing `@required` with `?:`
+1 -1
packages/emitter/package.json
··· 1 1 { 2 2 "name": "@typelex/emitter", 3 - "version": "0.1.3", 3 + "version": "0.1.4", 4 4 "description": "TypeSpec emitter for ATProto Lexicon definitions", 5 5 "main": "dist/index.js", 6 6 "type": "module",