https://github.com/Microsoft/TypeScript
Raw File
Tip revision: aaeaeab9eb27c2df0f01d30411f66f7262247e82 authored by Anders Hejlsberg on 08 February 2020, 01:16:01 UTC
Fix bugs in compiler uncovered by better intersections
Tip revision: aaeaeab
tsc
#!/usr/bin/env node
require('../lib/tsc.js')
back to top