v1.0.2-beta
Changelog
v1.0.2-beta
- fix evaluation of functions (view commit)
- fix evaluation of update expressions (view commit)
- fix reconstruction of variables (view commit)
- fix the maximum call stack size exceeded (view commit)
- move control-flow-unflattening file into dynamics folder (view commit)
- evaluation of update expressions (view commit)
- wip control flow unflattening (view commit)
- fix evaluation of arrow functions with literal type nodes (view commit)
- explicit visitor mode to enter in each node (view commit)
- fix dependencies (view commit)
- transform sequence expressions (view commit)
- project restructuration (view commit)
- fix test (view commit)
- fix evaluation of functions (view commit)
- fix bracket to dot test (view commit)
- fix error in the documentation (view commit)
add a test to transform function expressions into function declarations (view commit)- add a test for reconstructing variable declarations (view commit)
replace function expressions with function declarations (view commit)- reconstruct varaible declarations (view commit)
- retrive results returned by functions (view commit)
- usage of removeNewLinesAndTabs function (view commit)
- update the transformation from bracket to dot notation (view commit)
- add tests for defeating object mapping (view commit)
- defeating object mapping (view commit)
- rename plugin (view commit)
fix test (view commit)