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.
- Host: GitHub
- URL: https://github.com/hansemannn/titanium-es6-sample
- Owner: hansemannn
- License: other
- Created: 2018-01-31T18:40:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T19:05:50.000Z (about 8 years ago)
- Last Synced: 2025-03-29T01:12:06.158Z (about 1 year ago)
- Topics: es6, javascript, samples, titanium
- Language: JavaScript
- Homepage:
- Size: 529 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))