before-after-diff-checker READMEWanna use Babel or some other code generator to parse your code? And hate to run the compile command again and again just to check what is changed after compilation? Before After Diff Checker is the way to go! FeaturesBefore After Diff Checker provides a nice one command solution to compile your code, then show the diff between your original code and generated code, which is a productivity booster when you are working on your babel plugin or any code generator. After set your compileCommand, srcPath and destPath (Work directory based on the closest ancestor of npm base folder.),
You can either enable this by setting The diff checker will run the compile command and open the side by side comparision between your src file(right side) and your dest file(left side). Extension Settings
Release Notes1.0.0Initial release of Before After Diff Checker. |