By fail I mean that it compiles, but generates wro...
# javascript
d
By fail I mean that it compiles, but generates wrong code using a javascript identifier:
Copy code
/home/travis/build/soywiz/kzlib/kzlib/js/build/node_modules/kzlib-js.js:2169
    GZIPInputStream.call($this, in, Inflater_init_3(15 + 16 | 0), size, close_in);
                                ^^
SyntaxError: Unexpected token in
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:599:28)
...
Fixed here renaming in to i: https://github.com/soywiz/kzlib/commit/a66b8cd319b36237364bcbc26a36f6a54709f963
b
Could you please file an issue?
👍 1
d