https://github.com/gregonnet/decorator-whispering
PoC to see how to enhance a decorator with AST information
https://github.com/gregonnet/decorator-whispering
Last synced: 12 months ago
JSON representation
PoC to see how to enhance a decorator with AST information
- Host: GitHub
- URL: https://github.com/gregonnet/decorator-whispering
- Owner: GregOnNet
- Created: 2020-09-30T20:20:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T07:26:07.000Z (over 5 years ago)
- Last Synced: 2025-03-17T03:43:07.920Z (about 1 year ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Decorator whispering - proof of concept
Telling a decorator something about the class it is annotating.
```bash
# install dependencies
yarn install
# start script
yarn start
# watch the console output
```