deno_std: missing JSDoc to exported functions in std
there are many exported functions in standard library but some functions’ JSDocs are missing
here is the list of ts files that need to be updated
-
encoding/hex.ts
-
encoding/toml.ts
-
fmt/colors.ts
-
fmt/printf.ts
-
fs/walk.ts
-
http/file_server.ts
-
io/streams.ts
-
io/util.ts
-
log/mod.ts
-
node/querystring.ts
-
node/url.ts
-
node/util.ts
-
path/posix.ts
-
path/win32.ts
-
testing/assert.ts
-
testing/diff.ts
-
uuid/mod.ts
-
uuid/v1.ts
-
uuid/v4.ts
-
uuid/v5.ts
-
ws/mod.ts
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 5
- Comments: 17 (14 by maintainers)
Commits related to this issue
- docs(std/uuid): Added JSdocs for the module - #7487 — committed to aakhtar3/deno by aakhtar3 4 years ago
- docs(std/uuid): Added JSdocs for the std/uuid module - #7487 — committed to aakhtar3/deno by aakhtar3 4 years ago
- docs: add JSdoc for std/node/util.ts (#7487) — committed to starkensin/deno by starkensin 4 years ago
- docs: add JSdoc for std/node/util.ts (#7487) — committed to starkensin/deno by starkensin 4 years ago
- docs: add JSdoc for std/node/util.ts (#7487) — committed to starkensin/deno by starkensin 4 years ago
- docs(std/node/util): add missing JSdoc (#7806) Refs #7487 — committed to denoland/deno by starkensin 4 years ago
- docs(std): add some missing JSDoc (#7765) Refs #7487 — committed to denoland/deno by fuku710 4 years ago
- docs(std): add missing jsdoc comments to exported functions includes: - http/file_server.ts - testing/_diff.ts - testing/asserts.ts Relates to #7487 — committed to wperron/deno by wperron 4 years ago
- docs(std): add missing jsdoc comments to exported functions (#8442) includes: - http/file_server.ts - testing/_diff.ts - testing/asserts.ts Relates to #7487 — committed to denoland/deno by wperron 4 years ago
- docs(std/node/util): add missing JSdoc (#7806) Refs #7487 — committed to jannes/deno by starkensin 4 years ago
- docs(std): add some missing JSDoc (#7765) Refs #7487 — committed to jannes/deno by fuku710 4 years ago
- docs(std): add missing jsdoc comments to exported functions (#8442) includes: - http/file_server.ts - testing/_diff.ts - testing/asserts.ts Relates to #7487 — committed to jannes/deno by wperron 4 years ago
- docs(std/node/util): add missing JSdoc (denoland/deno#7806) Refs denoland/deno#7487 — committed to caspervonb/deno_std by starkensin 4 years ago
- docs(std): add some missing JSDoc (denoland/deno#7765) Refs denoland/deno#7487 — committed to caspervonb/deno_std by fuku710 4 years ago
- docs(std): add missing jsdoc comments to exported functions (denoland/deno#8442) includes: - http/file_server.ts - testing/_diff.ts - testing/asserts.ts Relates to denoland/deno#7487 — committed to caspervonb/deno_std by wperron 4 years ago
- docs(node/util): add missing JSdoc (denoland/deno#7806) Refs denoland/deno#7487 — committed to caspervonb/deno_std by starkensin 4 years ago
- docs: add some missing JSDoc (denoland/deno#7765) Refs denoland/deno#7487 — committed to caspervonb/deno_std by fuku710 4 years ago
- docs: add missing jsdoc comments to exported functions (denoland/deno#8442) includes: - http/file_server.ts - testing/_diff.ts - testing/asserts.ts Relates to denoland/deno#7487 — committed to caspervonb/deno_std by wperron 4 years ago
- docs(node/util): add missing JSdoc (denoland/deno#7806) Refs denoland/deno#7487 — committed to caspervonb/deno_std by starkensin 4 years ago
- docs: add some missing JSDoc (denoland/deno#7765) Refs denoland/deno#7487 — committed to caspervonb/deno_std by fuku710 4 years ago
Closing as this has been completed
this is a dream issue for people who just want to complete hacktoberfest…
According to the latest change in rule, a
hacktoberfest
tag should be present on the repo for it to be included in hacktoberfest. Deno does not have any such tag, so the contributions wont be counted towards itI want to challenge this issue.