Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ts-api-utils

JoshuaKGoldberg70.8mMIT2.0.0TypeScript support: included

Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. ๐Ÿ› ๏ธ๏ธ

readme

TypeScript API Utils

Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. ๐Ÿ› ๏ธ๏ธ

All Contributors: 8 ๐Ÿ‘ช ๐Ÿค 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.

Development

See .github/CONTRIBUTING.md. Thanks! ๐Ÿ’–

Contributors

Many thanks to @ajafff for creating the original tsutils (original license: MIT) that this project was originally based on! ๐Ÿ™

Dan Vanderkam
Dan Vanderkam

๐Ÿ›
Johannes Chorzempa
Johannes Chorzempa

๐Ÿ“– ๐Ÿ’ป
Josh Goldberg
Josh Goldberg

๐Ÿ› ๐Ÿ’ป ๐Ÿ“– ๐Ÿ“† โš ๏ธ ๐Ÿ”ง ๐Ÿšง ๐Ÿš‡ ๐Ÿค”
Kirill Cherkashin
Kirill Cherkashin

๐Ÿ’ป
Kirk Waiblinger
Kirk Waiblinger

๐Ÿ› ๐Ÿ’ป
Klaus Meinhardt
Klaus Meinhardt

๐Ÿ’ป โš ๏ธ
Lars Kappert
Lars Kappert

๐Ÿ’ป
Rebecca Stevens
Rebecca Stevens

๐Ÿ› ๐Ÿ’ป ๐Ÿ“– ๐Ÿ“† โš ๏ธ ๐Ÿ”ง ๐Ÿš‡ ๐Ÿšง ๐Ÿค”

๐Ÿ’™ This package was templated with create-typescript-app.

"My tools! I have to have my tools!" - Dennis Reynolds

changelog

1.4.3 (2024-11-29)

Bug Fixes

  • make isTypeParameter no longer a typeguard (#597) (128237f)

1.4.2 (2024-11-26)

Bug Fixes

  • remove .value field from type declarations for boolean literal types (#535) (12df298), closes #528

Performance Improvements

1.4.0 (2024-10-30)

Bug Fixes

Features

1.2.1 (2024-2-6)

Bug Fixes

1.2.0 (2024-2-5)

Bug Fixes

  • empty fix commit to test release flow (81f467a)

Features

Changelog