Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Ensure compatibility with older typescript in CI #2893

Merged
merged 4 commits into from Jun 6, 2017
Merged

Ensure compatibility with older typescript in CI #2893

merged 4 commits into from Jun 6, 2017

Conversation

ajafff
Copy link
Contributor

@ajafff ajafff commented Jun 5, 2017

PR checklist

Overview of change:

Added a wrapper function for ts.isWhiteSpaceLike or ts.isWhiteSpace. Fixes whitespace and space-before-function-paren. Fixes: #2891
Added a workaround for the missing symbol.getJsDocTags() in deprecationRule.
Make Promise<T> available for tests of return-undefined to make it work with typescript@<2.2.0.

Circle node TypeScript version
0 2.1.x
1 2.2.x
2 current dev dependency (2.3.4)
3 next

Is there anything you'd like reviewers to focus on?

CHANGELOG.md entry:

[bugfix] Restore compatibility with typescript@2.1 and 2.2 for whitespace, space-before-function-paren and deprecation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

whitespace rule is incompatible with typescript <= 2.3.0
2 participants