Carbo Kuo

Results 81 comments of Carbo Kuo

``` \027[D \027[C \027[B ```

Sorry but I do not think this makes sense because it is seldom seen that a callback function is pass to a constructor of object in JavaScript. Could you tell...

Serialization of code is not a part or purpose of this project. You can compile the code into plain JavaScript and use some other (maybe) existing library to do so.

Thanks. This is a bug of the parser esprima or the code generator escodegen.

Thanks, I will do some investigation on that.

Thank you for your solution. It is scheduled to support source maps.

@TomiBelan Source map is supported experimentally. You could have a try using command below: ``` continuation script.js -o compiled.js ``` A file named `compiled.js.map` will be generated and `//@ sourceMappingURL=compiled.js.map`...