No description
- JavaScript 100%
| .gitignore | ||
| babel.js | ||
| main.go | ||
| README.md | ||
| script.js | ||
| with-node.js | ||
Demonstrates dop251/goja issue #51.
Usage:
# correct output from node.js
$ ./with-node.js
# incorrect output from goja
$ go build && ./goja-babel-bug