tangled
alpha
login
or
join now
danabra.mov
/
typelex
56
fork
atom
An experimental TypeSpec syntax for Lexicon
56
fork
atom
overview
issues
1
pulls
2
pipelines
0.1.6
danabra.mov
5 months ago
a584749e
f5d042e1
+7
-2
2 changed files
expand all
collapse all
unified
split
CHANGELOG.md
packages
emitter
package.json
+4
CHANGELOG.md
···
1
1
+
### 0.1.6
2
2
+
3
3
+
- Rebuild
4
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
3
-
"version": "0.1.5",
3
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
30
-
"watch": "tsc --watch"
30
30
+
"watch": "tsc --watch",
31
31
+
"prepublishOnly": "npm test"
31
32
},
32
33
"keywords": [
33
34
"typespec",