https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 0c78b837a1d362bc19afd3d4eb9a33f3630340cc authored by Ron Buckton on 25 May 2022, 01:27:01 UTC
Ensure dynamically imported plugins are loaded in the correct order
Tip revision: 0c78b83
tsserver
#!/usr/bin/env node
require('../lib/tsserver.js')
back to top