-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- loader(): returns a thunk, which means users don't need to specify the exports but have to remember to lazily apply the thunk to guarantee laziness - proxy(): returns a proxy, which means users don't need to specify the exports and always get the correct lazy behavior no matter what right now hidden behind ugly `__UNSTABLE_foo` names
- Loading branch information
David Herman
committed
Dec 10, 2023
1 parent
6e61a0c
commit d1dd027
Showing
2 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters