.babelrc | |
|
|
.eslintignore | |
|
|
.eslintrc.yml | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
Makefile | |
|
|
README.md | |
|
|
__tests__/__fixtures__/ini/after.ini | |
|
|
__tests__/__fixtures__/ini/afterAST.ini | |
|
|
__tests__/__fixtures__/ini/before.ini | |
|
|
__tests__/__fixtures__/ini/beforeAST.ini | |
|
|
__tests__/__fixtures__/json/after.json | |
|
|
__tests__/__fixtures__/json/afterAST.json | |
|
|
__tests__/__fixtures__/json/before.json | |
|
|
__tests__/__fixtures__/json/beforeAST.json | |
|
|
__tests__/__fixtures__/results/result.plain | |
|
|
__tests__/__fixtures__/results/result.txt | |
|
|
__tests__/__fixtures__/results/resultAST.JSON.txt | |
|
|
__tests__/__fixtures__/results/resultAST.plain | |
|
|
__tests__/__fixtures__/results/resultAST.txt | |
|
|
__tests__/__fixtures__/results/resultASTyml.JSON.txt | |
|
|
__tests__/__fixtures__/results/resultINI.plain | |
|
|
__tests__/__fixtures__/results/resultJSON.txt | |
|
|
__tests__/__fixtures__/results/resultJSONini.txt | |
|
|
__tests__/__fixtures__/yml/after.yml | |
|
|
__tests__/__fixtures__/yml/afterAST.yml | |
|
|
__tests__/__fixtures__/yml/before.yml | |
|
|
__tests__/__fixtures__/yml/beforeAST.yml | |
|
|
__tests__/genDiff.test.js | 18 | A 0 mins |
|
package-lock.json | |
|
|
package.json | |
|
|
src/bin/gendiff.js | 13 | A 0 mins |
|
src/buildAST.js | 24 | A 0 mins |
|
src/index.js | 13 | A 0 mins |
|
src/parsers.js | 8 | A 0 mins |
|
src/renderers/index.js | 9 | A 0 mins |
|
src/renderers/renderJSON.js | 1 | A 0 mins |
|
src/renderers/renderPlain.js | 21 | A 0 mins |
|
src/renderers/renderSimple.js | 24 | A 1 hr |
|