Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Apr 28, 2024
1 parent 8f047d5 commit 2bf6108
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ type constraint should not be `String(x)`
- should be `The(String, x)`
- or just `x: String`

用 constraint programming 的知识来实现类型检查器。
# note

修复模块系统,应该用两次 pass。

NOTE 我们想把很多 `Set` 处理函数整理到 `Set.*` 这个命名空间下,
因为我们想要避免大量的 import。
但是 vue 的 API 都是单个的 import,而不是 `Vue.*`
所以也许不应该避免大量的 import。

# contral flow

Expand Down

0 comments on commit 2bf6108

Please sign in to comment.