An open API service indexing awesome lists of open source software.

https://github.com/hansemannn/titanium-es6-sample

An ES6+ sample app for Appcelerator Titanium.
https://github.com/hansemannn/titanium-es6-sample

es6 javascript samples titanium

Last synced: 8 months ago
JSON representation

An ES6+ sample app for Appcelerator Titanium.

Awesome Lists containing this project

README

          

# Titanium ES6+ Sample

Playing around with some ES6+ in Appcelerator Titanium.

## Requirements

- Titanium SDK 7.1.0+

## Demos

- [x] Arrow operator
- [x] Classes
- [x] Constructors
- [x] Inheritance
- [x] import / export
- [x] const / let variables
- [x] Promises
- [x] Default values
- [x] Spread operator
- [ ] async/await

## License

Apache 2

## Author

Hans Knöchel ([@hansemannnn](https://twitter.com/hansemannnn) / [Web](http://hans-knoechel.de))