tslint-etc
- Version 1.13.10
- Published
- 101 kB
- 4 dependencies
- MIT license
Install
npm i tslint-etc
yarn add tslint-etc
pnpm add tslint-etc
Overview
More rules for TSLint
Index
Functions
function getDeprecation
getDeprecation: (node: ts.Identifier, tc: ts.TypeChecker) => string | undefined;
function isDeclaration
isDeclaration: (identifier: ts.Identifier) => boolean;
Classes
class ScopeWalker
class ScopeWalker extends Lint.ProgramAwareRuleWalker {}
property callbackMap
protected callbackMap: Map<ts.Node, string>;
property callbackStack
protected callbackStack: any[];
property knownNames
protected knownNames: Record<string, boolean>;
method visitArrowFunction
protected visitArrowFunction: (node: ts.ArrowFunction) => void;
method visitCallExpression
protected visitCallExpression: (node: ts.CallExpression) => void;
method visitFunctionExpression
protected visitFunctionExpression: (node: ts.FunctionExpression) => void;
Package Files (3)
Dependencies (4)
Dev Dependencies (8)
Peer Dependencies (2)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/tslint-etc
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/tslint-etc)
- HTML<a href="https://www.jsdocs.io/package/tslint-etc"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2977 ms. - Missing or incorrect documentation? Open an issue for this package.