mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
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
8 lines
237 B
Text
8 lines
237 B
Text
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
|