- fix: infer return of the left hand of assignment operator
- fix: skip void expressions in statement parselet
- feat: infer when to return values at end of statement
- feat: allow bang in front of booleans
- fix types entrypoint
- clean packages
- feat: set left operator of nullish operator to result of operation
- fix: prevent if statements from ending statement parsing
- chore: update tsconfig
- chore: build with types
- 34c11e5: Initial Release