https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 5f7b4a10d88fe1300f8ee2de1133c6de39995e78 authored by Gabriela Araujo Britto on 21 February 2023, 23:36:59 UTC
accept modifiers in any order, always add them, but erase existing ones
Tip revision: 5f7b4a1
tsserver
#!/usr/bin/env node
require('../lib/tsserver.js')
back to top