Skip to content

Latest commit

History

History
48 lines (34 loc) 路 2.08 KB

File metadata and controls

48 lines (34 loc) 路 2.08 KB

TypeScript API Utils

Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 馃洜锔忥笍

馃 Code of Conduct: Kept 馃И Coverage 馃摎 Documentation Coverage 馃摑 License: MIT 馃摝 npm version 馃挭 TypeScript: Strict

Usage

npm i ts-api-utils
import * as tsutils from "ts-api-utils";

tsutils.forEachToken(/* ... */);

API

ts-api-utils provides many utility functions. Check out our API docs for details:

馃摑 ts-api-utils API docs.

Supported Versions

ts-api-utils supports TypeScript versions 5.5.2 and above and Node versions 20.19.0 and above.

Note: ts-api-utils will not work with the TypeScript Native Preview (TypeScript 7) for the foreseeable future, due to unknowns around the future of the TypeScript Native API.
See their list of What Works So Far? for details.

Development

See .github/CONTRIBUTING.md. Thanks! 馃挅