https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 8d44afd0c54b68ea7d2305d44231e3e83837ae74 authored by rbuckton on 22 October 2015, 05:07:39 UTC
Adds parsing for AsyncArrowFunction from the current stage 3 spec for async functions.
Tip revision: 8d44afd
.travis.yml
language: node_js

node_js:
  - '4'
  - '0.10'

sudo: false
back to top