krivtsov/project-lvl2-s93

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.babelrc
.eslintrc.yml
.gitignore
.npmignore
.travis.yml
Makefile
README.md
__tests__/__fixtures__/ini/after.ini
__tests__/__fixtures__/ini/before.ini
__tests__/__fixtures__/ini/nested/after.ini
__tests__/__fixtures__/ini/nested/before.ini
__tests__/__fixtures__/json/after.json
__tests__/__fixtures__/json/before.json
__tests__/__fixtures__/json/nested/after.json
__tests__/__fixtures__/json/nested/before.json
__tests__/__fixtures__/yaml/after.yml
__tests__/__fixtures__/yaml/before.yml
__tests__/__fixtures__/yaml/nested/after.yml
__tests__/__fixtures__/yaml/nested/before.yml
__tests__/gendiff.test.js63
A
0 mins
__tests__/jsonDiffer.test.js42
A
0 mins
__tests__/plainDiffer.test.js41
A
0 mins
package.json
src/bin/gendiff.js3
A
0 mins
src/cli.js11
A
0 mins
src/differ.js58
C
7 hrs
src/formats/index.js12
A
0 mins
src/formats/json.js13
A
0 mins
src/formats/plain.js38
A
1 hr
src/formats/string.js34
C
7 hrs
src/index.js18
A
0 mins
src/parsers.js15
A
0 mins