This repository was archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Convert atom-languageclient to TypeScript #175
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
7b19d6f
WIP: TypeScript conversion experiment
daviwil 63dfab7
Continue converting some files to TypeScript
daviwil 5c43f88
Fix small issues in lib/convert.ts
daviwil 6514766
Convert more files to TypeScript
daviwil 428f54d
Finish converting library code
daviwil bf1336d
Convert tests to TypeScript, add tslint
daviwil 92ab456
Remove flow from script/cibuild
daviwil c2233e6
Re-enable SignatureHelpAdapter tests
daviwil 22b0bb0
Configure tslint rules and update code to conform
daviwil 04056a0
Bump tslint severity to error for builds
daviwil 559b715
Generate type declaration files for consumers
daviwil 2c94826
Use module augmentation on atom module typings
daviwil dd4c288
Run tslint on typings folder
daviwil 8bf29d4
Remove Flow, Babel, eslint and their configs
daviwil 4547634
Improve type definition exports for module consumers
daviwil 7745a59
Updates based on code review feedback
daviwil b41f817
Enable tests to run inside of Atom
daviwil ea1131f
Fix small typing issue in SignatureHelpAdapter
daviwil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check issues to see if this was done based on an issue filed