There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This is a mini transpiler. It converts ES6 Class and its methods to ES5 Constructor Function with Prototype. Parses to AST from the string code, Transforms and Generates...