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
tsserver
#!/usr/bin/env node
require('../lib/tsserver.js')
back to top