https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f96a9127e28d80ddb06f13212daf117eb4df6f7d authored by Ron Buckton on 12 January 2017, 22:08:08 UTC
Adds new 'promised' type operator
Tip revision: f96a912
tsserver
#!/usr/bin/env node
require('../lib/tsserver.js')
back to top