Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 370be25

Browse files
committedMar 11, 2025·
Syntax Optimizations
1 parent f709937 commit 370be25

File tree

3 files changed

+335
-251
lines changed

3 files changed

+335
-251
lines changed
 

‎example/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type T = Static<typeof T>
1919
console.log(T)
2020

2121
// -----------------------------------------------------------
22-
// Parse: Type
22+
// Syntax: Type
2323
// -----------------------------------------------------------
2424

2525
const S = Syntax({ T }, `{ x: T, y: T, z: T }`)

0 commit comments

Comments
 (0)
Please sign in to comment.