no
no
It seems some change in babel caused unicode decoding to change. `"·"` (middot) ->` "\xB7"`
This is a follow up of #8, add an option to allow whitespace. - [ ] Add option for ws saving - [ ] Add option to force "html" mode...
It seems number compiled to javascript (platform node/firefox/chrome) aren't using 53bit numbers for `int` anymore, so formatting with `x` or `o` or `#` now fail. ``` |%x|%X| -1 [E] Expected:...
### Environment System: OS: Linux 5.13 Ubuntu 21.10 21.10 (Impish Indri) CPU: (16) x64 AMD Ryzen 7 2700 Eight-Core Processor Memory: 4.38 GB / 31.30 GB Container: Yes Shell: 5.1.8...
The `imp` module was deprecated in python 3.4 in favour of `importlib`. It's currently being used in `boto/plugin.py`
Here's an attempt at modules, based upon the jstransform version by andreypopp/es6-module-jstransform There's one caveat; the current parser accepts `export default ` whereas it should only accept `export default `
Currently the implementation of the iterator protocol doesn't accept an Arguments object. Testcase: ``` javascript function test() { console.log(...arguments); } test(1, 2, 3); // => should print "1 2 3"...
"run-tests.js" requires "./run-tests-es6.js" which uses the `const` keyword, thus node needs the `--harmony` flag.
Fixed require path