Skip to content

Commit 8d8b5b4

Browse files
committed
feat: decorator invariants
- support assigning subtypes as values to decorated properties and methods
1 parent 6e9e8ca commit 8d8b5b4

6 files changed

Lines changed: 4630 additions & 3386 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ build/
33
dist/
44
docs/.vitepress/dist
55
docs/.vitepress/cache
6+
demo.tsx

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gnim",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"type": "module",
55
"author": "Aylur",
66
"license": "MIT",

0 commit comments

Comments
 (0)