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.3
danabra.mov
5 months ago
06fb2824
e2219ee6
1/1
deploy.yaml
success
54s
+5
-1
2 changed files
expand all
collapse all
unified
split
CHANGELOG.md
packages
emitter
package.json
+4
CHANGELOG.md
···
1
1
+
# 0.1.3
2
2
+
3
3
+
- Fix some namespaces failing to emit
4
4
+
1
5
# 0.1.2
2
6
3
7
- Disallow mixing `@required` with `?:`
+1
-1
packages/emitter/package.json
···
1
1
{
2
2
"name": "@typelex/emitter",
3
3
-
"version": "0.1.2",
3
3
+
"version": "0.1.3",
4
4
"description": "TypeSpec emitter for ATProto Lexicon definitions",
5
5
"main": "dist/index.js",
6
6
"type": "module",