Skip to content

Commit

Permalink
Update src/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
osyrisrblx committed Sep 25, 2020
1 parent 03f161f commit 5738621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The roblox-ts compiler is made up of 5 subprojects that each have their own goal

- [ ] Finish spread expression types
- [ ] Finish array spread expression types
- [ ] Add optimization for expressions in the form of `[...exp]` (reuse spread expression functions without `unpack()`)
- [ ] Add for-of loop optimizations for `Object.values`, `Object.keys`, `Object.entries`, etc.
- [ ] Upgrade to TypeScript 4.0 and add support for `&&=`, `||=`, `??=`
- [ ] Remove string input incrementing and output decrementing
- [ ] Add error for using spread operator on macros
Expand Down

0 comments on commit 5738621

Please sign in to comment.