darukjs / daruk

a node.js web framework based on typescript
http://darukjs.com
MIT License
935 stars 79 forks source link

style: follow standard JsDoc style #19

Closed himself65 closed 5 years ago

himself65 commented 5 years ago
Variable arguments (in @paramannotations) @param {...number} var_argsA variable number of arguments to an annotated function. Specifies that the annotated function accepts a variable number of arguments.

for more details, see https://google.github.io/styleguide/javascriptguide.xml#JsTypes

codecov[bot] commented 5 years ago

Codecov Report

Merging #19 into developer will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           developer      #19   +/-   ##
==========================================
  Coverage      98.47%   98.47%           
==========================================
  Files             26       26           
  Lines            591      591           
  Branches          39       39           
==========================================
  Hits             582      582           
  Misses             6        6           
  Partials           3        3
Impacted Files Coverage Δ
src/decorators/middleware.ts 100% <ø> (ø) :arrow_up:
src/decorators/http_methods.ts 100% <ø> (ø) :arrow_up:
src/utils/filter_built_in_module.ts 100% <ø> (ø) :arrow_up:
src/decorators/framework.ts 100% <ø> (ø) :arrow_up:
src/core/daruk_core.ts 97.53% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f967f39...0367b76. Read the comment docs.