blob: ed0205548982e17ae650222706d917095cdc4640 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
DukPy is a simple javascript interpreter for Python built on top of duktape
engine without any external dependency. It comes with a bunch of common
transpilers built-in for convenience:
- CoffeeScript
- BabelJS
- TypeScript
- JSX
- LESS
|