https://github.com/Microsoft/TypeScript
Raw File
Tip revision: bb5edf1a1db9ae42efcf44195f4fc40e52d63ca0 authored by Ron Buckton on 09 January 2023, 21:12:56 UTC
Reduce instance size of Identifier
Tip revision: bb5edf1
tsc
#!/usr/bin/env node
require('../lib/tsc.js')
back to top