Détail du package

ts-api-utils

JoshuaKGoldberg131.9mMIT2.1.0

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: 10 👪 🤝 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

🐛 💻 📖 📆 ⚠️ 🔧 🚇 🚧 🤔
Ronen Amiel
Ronen Amiel

⚠️
fisker Cheung
fisker Cheung

💻

💙 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