https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 61acd83187f5cb4b41138777be3f9fa50588980f authored by Daniel Rosenwasser on 17 September 2021, 23:58:31 UTC
Experiment to pre-allocate some containers.
Tip revision: 61acd83
tsc
#!/usr/bin/env node
require('../lib/tsc.js')
back to top