Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JoshuaKGoldberg/ts-api-utils
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. ๐ ๏ธ๏ธ
https://github.com/JoshuaKGoldberg/ts-api-utils
abstract-syntax-trees tsutils typescript typescript-api
Last synced: 5 days ago
JSON representation
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. ๐ ๏ธ๏ธ
- Host: GitHub
- URL: https://github.com/JoshuaKGoldberg/ts-api-utils
- Owner: JoshuaKGoldberg
- License: mit
- Created: 2023-02-05T23:37:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T18:23:51.000Z (12 days ago)
- Last Synced: 2024-10-30T19:16:54.850Z (12 days ago)
- Topics: abstract-syntax-trees, tsutils, typescript, typescript-api
- Language: TypeScript
- Homepage: https://joshuakgoldberg.github.io/ts-api-utils/
- Size: 1.68 MB
- Stars: 59
- Watchers: 5
- Forks: 7
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
TypeScript API Utils
Utility functions for working with TypeScript's API.
Successor to the wonderful tsutils.
๐ ๏ธ๏ธ## Usage
```shell
npm i ts-api-utils
``````ts
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](https://joshuakgoldberg.github.io/ts-api-utils).
## Development
See [`.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md).
Thanks! ๐## Contributors
Many thanks to [@ajafff](https://github.com/ajafff) for creating the original [`tsutils`](https://github.com/ajafff/tsutils) ([original license: MIT](https://github.com/ajafff/tsutils/blob/26b195358ec36d59f00333115aa3ffd9611ca78b/LICENSE)) that this project was originally based on! ๐
Dan Vanderkam
๐
Johannes Chorzempa
๐ป
Josh Goldberg
๐ ๐ป ๐ โ ๏ธ ๐ง ๐ง ๐ ๐ค
Kirill Cherkashin
๐ป
Klaus Meinhardt
๐ป โ ๏ธ
Rebecca Stevens
๐ ๐ป ๐ โ ๏ธ ๐ง ๐ ๐ง ๐ค
> ๐ This package was templated with [create-typescript-app](https://github.com/JoshuaKGoldberg/create-typescript-app).
> _"My tools! I have to have my tools!" - Dennis Reynolds_