Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Remove usage of deprecated tslint features #203

Merged
merged 2 commits into from
Mar 23, 2017
Merged

Remove usage of deprecated tslint features #203

merged 2 commits into from
Mar 23, 2017

Conversation

ajafff
Copy link
Contributor

@ajafff ajafff commented Mar 23, 2017

palantir/tslint#2370 removed the deprecated scanAllTokens and SkippableTokenAwareRuleWalker. That change will be shipped with [email protected].
This PR replaces them with a utility function of tsutils.

palantir/tslint#2370 removed the deprecated scanAllTokens and SkippableTokenAwareRuleWalker.
This PR removes the usage of both and replaces them with a utility function of `tsutils`.
@jmlopez-rod
Copy link
Collaborator

Thanks ajafff, There is one more place that needs to be changed: ValidJsdocWalker. Would you mind fixing that one as well?

@ajafff
Copy link
Contributor Author

ajafff commented Mar 23, 2017

@jmlopez-rod done. That rule actually didn't use anything from SkippableTokenAwareRuleWalker

@jmlopez-rod
Copy link
Collaborator

Nice, thanks again.

@jmlopez-rod jmlopez-rod merged commit bfb3d4e into buzinas:master Mar 23, 2017
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.

2 participants