Skip to content

Commit c77281d

Browse files
committed
docs: update work plan
1 parent 241c572 commit c77281d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enum-plus v3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [x] Reuse one copy of testing code for both `Jest` and `e2e` testing.
2020
- [x] Remove `private member` syntax from the codebase.
2121
- [x] Support graceful downgrade for multiple TypeScript versions. For `v5.0` and later, Enum initializations allows omitting the `as const` assertion. For earlier versions, will be automatically downgraded to the earlier syntax, just manually adding `as const` as needed.
22+
- [ ] Remove the internal `proxy` from `EnumItemClass`, and use `getter` instead. The reason is to avoid self-references to support `JSON.stringify` and to run in WeChat mini-programs.
2223

2324
### Plugin System
2425

0 commit comments

Comments
 (0)