Closed
Description
typescriptServices.js
is a global file that provides the language service; however:
- I believe most of the same functionality is exported in
typescript.js
andtsserverlibrary.js
, just in CommonJS. - Most language service consumers are just using tsserver these days anyhow.
Is there any need to continue shipping this file to npm?
Maybe these queries will help give us a few pointers as to who's using it