- Notifications
You must be signed in to change notification settings - Fork0
Emoji based semantic scoped debuging for Javascript/Typescript, Python, Go and Dart providing callstack/stacktrace information
License
NotificationsYou must be signed in to change notification settings
teal-finance/emo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Emoji based semantic scoped debugging for Go, Python, Typescript/Javascript and Dart
- Go library
- Python library
- Typescript library
- Dart library
Completeevents list
To add more emojis and methods please edit thecodegen/ref.json
file.The code in all languages is generated in from this file.
Run the codegen tools to build up the functions from thecodegen/ref.json
file.
make go
This will regenerate thegenerated.go
file
make py
This will regenerate thelang/python/pyemo/emo_gen.py
file
make ts
This will regenerate thelang/typescript/src/emo_gen.ts
file
make dart
This will regenerate thelang/dart/lib/src/debug.dart
file
make all
Regenerate the complete events list:
make doc
maketest
Visualize the tests coverage:
make cov