Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friedrith/abstract-syntax-tree
A presentation about AST, typescript API and eslint rules
https://github.com/friedrith/abstract-syntax-tree
talk
Last synced: 2 months ago
JSON representation
A presentation about AST, typescript API and eslint rules
- Host: GitHub
- URL: https://github.com/friedrith/abstract-syntax-tree
- Owner: friedrith
- License: mit
- Created: 2024-09-12T10:30:50.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T01:30:40.000Z (3 months ago)
- Last Synced: 2024-11-06T02:30:44.374Z (3 months ago)
- Topics: talk
- Language: TypeScript
- Homepage: https://friedrith.github.io/abstract-syntax-tree/
- Size: 13.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a demo project to show few examples of Abstract Syntax Tree (AST) usages.
## Projects
- [typescript-compiler-api](./typescript-compiler-api): A simple project to show how to use TypeScript Compiler API to analyze code.
## History
Several versions of this project are available:
- [First version](https://github.com/friedrith/abstract-syntax-tree/tree/typescript-montreal-meetup) presented at the [Typescript Montreal Meetup](https://www.meetup.com/typescript-montreal/events/301681223) of September 2024.
## License
Distributed under the MIT License. See [LICENSE](./LICENSE) for more information.