Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Marked ErrorTolerantWalker as deprecated
Browse files Browse the repository at this point in the history
Fixes #556
  • Loading branch information
Josh Goldberg committed Oct 15, 2018
1 parent dea2835 commit a185358
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/utils/ErrorTolerantWalker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ import * as ts from 'typescript';
import * as Lint from 'tslint';

/**
* A base walker class that gracefully handles unexpected errors.
* Errors are often thrown when the TypeChecker is invoked.
* @deprecated
* The type checker is stable enough now that we don't need to wrap around it.
* You should directly extend Lint.AbstractRule yourself.
* @see https://github.com/Microsoft/tslint-microsoft-contrib/issues/556
*/
export class ErrorTolerantWalker extends Lint.RuleWalker {

Expand Down

0 comments on commit a185358

Please sign in to comment.