Tonic supports almost all of the latest JavaScript features. Here are some examples:
- Arrow functions
- Template strings
- Destructuring
- Enhanced object literals
- Default and rest in functions
- Map + Set + WeakMap + WeakSet
- Binary and octal literals
- Generators and Iterators
- Symbols
- await/async
Additionally, from React: