This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 889
Conversation
This file contains 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
createScanner's signature changed, updated everything that called it to reflect that. Also had to add createScanner to our typings for some reason. Note that we're still going to want to bump the typescript version manually All currently existing tests work, but this won't work with new features in 1.6. Yet.
Track latest typescript
Typescript moved all their files from bin to lib. So use the file in lib. Also, update typescriptServices.d.ts to match latest nightly, and fix bug that tighter compiler caught.
Change reference in gruntfile from bin->lib
Add testing for .tsx files
- Rename lastShouldBeFollowedByWhitespace - Reorder class methods to be alphabetical
Better tsx support
Merge master into next
- Fixes #536 - Add docs about "next" distribution to README
Prepare Release v2.5.0-dev.1
When trying to get highlight spans for private methods used in JSX, no-unused-variable would crash the linter (#558)
Fix some issues in linting JSX
computeLineStarts is an impl detail we shouldn't be using: microsoft/TypeScript#4057 (comment)
Cleanup language service host
Fixes #566
Use latest compiler
Prepare release v2.5.0-dev.3
Merge master into next
Prepare v2.5.0-dev.4 release
…files to be handled properly
Use .tsx extensions when interacting with language services when appropriate
Prepare release 2.5.0-dev.5
…raised for nested declarations with the dot-syntax
Tests and improvement for no-internal-module rule on next branch
Merge 'master' into 'next'
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.