phadej/jsstana

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.eslintrc
.gitignore
.npmignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
jsstana.sublime-project
package.json
bin/jsgrep.js157
B
6 hrs
eslint-examples/jquery.js4
eslint-examples/promise.js20
eslint-examples/req.js3
eslint-examples/throw-string.js2
eslint-examples/underscore.js16
eslint-rules/no-direct-classlist.js5
eslint-rules/no-jquery-classlist.js5
eslint-rules/npm-require-name.js20
A
3 hrs
eslint-rules/promise-done-params.js7
eslint-rules/promise-done.js5
eslint-rules/promise-then.js5
eslint-rules/suspicious-throw.js7
eslint-rules/underscore-extend-two-objects.js5
eslint-rules/underscore-sort-uniq-1.js7
A
2 hrs
eslint-rules/underscore-sort-uniq-2.js7
A
2 hrs
eslint-rules/underscore-sort-uniq-3.js19
examples/detectnestedternary-input.js3
examples/detectnestedternary.js75
lib/jsstana.js195
B
5 hrs
lib/matchers/call.js99
B
4 hrs
lib/matchers/fn.js10
lib/matchers/ident.js50
A
1 hr
lib/matchers/literal.js100
A
2 hrs
lib/matchers/logic.js65
lib/matchers/member.js33
A
2 hrs
lib/matchers/null.js13
lib/matchers/object.js10
lib/matchers/operator.js111
B
6 hrs
lib/matchers/simple.js28
lib/matchers/ternary.js21
A
1 hr
lib/misc.js85
lib/sexpr.js53
lib/utils.js32