You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything in tsserver.js depends on the same stuff as the API.
Same-ish is true of typingsInstaller.js
Have a PR where these files just import parts of the API from each executable. tsserver.js and typingsInstaller.js just become <1000 lines of code on top of typescript.js.
Great size reduction for our npm package size and editors that ship their own tsserver.js and typingsInstaller.js.
Make executables thin wrappers around public API
#55326
typescript.js
tsserver.js
depends on the same stuff as the API.typingsInstaller.js
tsserver.js
andtypingsInstaller.js
just become <1000 lines of code on top oftypescript.js
.tsserver.js
andtypingsInstaller.js
.tsc.js
?tsc.js
is roughly another a entry-point to our API.Instantiation count in baselines
#57730
🥳
The text was updated successfully, but these errors were encountered: