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.4
danabra.mov
5 months ago
ddc91abe
4d6f8a01
1/1
deploy.yaml
success
1m 1s
+7
-3
2 changed files
expand all
collapse all
unified
split
CHANGELOG.md
packages
emitter
package.json
+6
-2
CHANGELOG.md
reviewed
···
1
1
-
# 0.1.3
1
1
+
### 0.1.4
2
2
3
3
- Fix some namespaces failing to emit
4
4
5
5
-
# 0.1.2
5
5
+
### 0.1.3
6
6
+
7
7
+
- Fix some namespaces failing to emit
8
8
+
9
9
+
### 0.1.2
6
10
7
11
- Disallow mixing `@required` with `?:`
+1
-1
packages/emitter/package.json
reviewed
···
1
1
{
2
2
"name": "@typelex/emitter",
3
3
-
"version": "0.1.3",
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",