- Notifications
You must be signed in to change notification settings - Fork13.2k
Make tsserver and typingsInstaller thin wrappers around public API#55326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
14 commits Select commitHold shift + click to select a range
1aa4d3a Make tsserver a thin wrapper around tsserverlibrary
jakebailey7d7f531 Merge branch 'main' into thin-tsserver-wrapper
jakebailey8318c80 fmt
jakebaileyf693e45 Merge branch 'main' into thin-tsserver-wrapper
jakebaileyaf14919 Merge branch 'main' into thin-tsserver-wrapper
jakebaileyfde5d2f Rework a little
jakebailey9ffd92c yay node 14
jakebailey7184143 now do typingsInstaller
jakebaileydcf3c70 Revert eslint config
jakebailey40601ab Simplfy terms
jakebailey273e354 Update Herebyfile.mjs
jakebaileya4c977f Merge branch 'main' into thin-tsserver-wrapper
jakebailey1e5fd9d Restore namespace files and pass through namespaces
jakebailey68b5ef5 Revert "Restore namespace files and pass through namespaces"
jakebaileyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
now do typingsInstaller
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit7184143a70dc3e6f204eb09bd78fcb0001ae823b
There are no files selected for viewing
2 changes: 2 additions & 0 deletionsHerebyfile.mjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletionssrc/typingsInstaller/_namespaces/ts.server.ts
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
4 changes: 0 additions & 4 deletionssrc/typingsInstaller/_namespaces/ts.server.typingsInstaller.ts
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
8 changes: 1 addition & 7 deletionssrc/typingsInstaller/_namespaces/ts.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1 @@ | ||
| export * from "../../typescript/typescript"; |
58 changes: 21 additions & 37 deletionssrc/typingsInstaller/nodeTypingsInstaller.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletionssrc/typingsInstaller/tsconfig.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -6,9 +6,7 @@ | ||
| ] | ||
| }, | ||
| "references": [ | ||
| { "path": "../typescript" } | ||
| ], | ||
| "include": ["**/*"] | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.