https://github.com/Microsoft/TypeScript
Raw File
Tip revision: a5c9f40344d625ab3a86acad474fcc8474412fc0 authored by Andy on 15 August 2017, 21:59:26 UTC
In services, show the aliasSymbol for a type even if it's not accessible in the current scope (#17810)
Tip revision: a5c9f40
tsserver
#!/usr/bin/env node
require('../lib/tsserver.js')
back to top