.codeclimate.json | |
|
|
.eslintrc.json | |
|
|
.github/workflows/ci.yml | |
|
|
.github/workflows/create-release.yml | |
|
|
.github/workflows/semantic-pull-request.yml | |
|
|
.gitignore | |
|
|
.npmignore | |
|
|
.nvmrc | |
|
|
.releaserc | |
|
|
CHANGELOG.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
examples/singleApp/app.js | 49 | A 0 mins |
|
examples/singleApp/swagger_output.json | |
|
|
examples/singleApp/swagger_output_with_config.json | |
|
|
examples/withRouter/app.js | 15 | A 0 mins |
|
examples/withRouter/songsRouter.js | 19 | A 0 mins |
|
examples/withRouter/swagger_output.json | |
|
|
jest.config.json | |
|
|
jsconfig.json | |
|
|
package-lock.json | |
|
|
package.json | |
|
|
src/parser/EndpointDoc.js | 147 | A 0 mins | A 98% |
src/parser/ExpressImport.js | 22 | A 0 mins | A 92% |
src/parser/ExpressInstance.js | 8 | A 1 hr | A 100% |
src/parser/JsModule.js | 133 | A 0 mins | A 97% |
src/parser/LocalImport.js | 9 | A 0 mins | A 100% |
src/parser/RouterEndpointExpression.js | 19 | A 0 mins | A 100% |
src/parser/RouterLink.js | 10 | A 0 mins | A 100% |
src/parser/RouterVariable.js | 8 | A 1 hr | A 100% |
src/swagger/ExpressProject.js | 67 | A 25 mins | A 97% |
src/swagger/config.js | 13 | A 0 mins |
|
src/traverse.js | 8 | A 0 mins | A 100% |
src/walker.js | 26 | A 0 mins | C 77% |