An open API service indexing awesome lists of open source software.

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

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
```