Commit Graph

17 Commits

Author SHA1 Message Date
Asher Gomez
acdea7c9f5
docs(fmt): improve documentation (#5373)
* docs(fmt): improve documentation

* work

* work

* work
2024-07-10 15:26:41 +10:00
Asher Gomez
ab6898e6a1
chore: cleanup old std/fmt files (#3742) 2023-10-29 13:18:48 +09:00
Leo Kettmeir
aba5017d43
docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
Tim Reichen
3832a1f3c0
BREAKING(fmt/bytes): rename prettyBytes to format (#2896) 2022-11-18 21:25:45 +09:00
Tim Reichen
10514c7618
BREAKING(fmt/duration): rename prettyDuration to format (#2871) 2022-11-17 22:59:19 -05:00
Pranev
d039a45922
feat(fmt): add prettyDuration (#2861) 2022-11-10 10:05:42 -05:00
Skyler
e72289d027
feat: add "fmt/bytes" module (#1548) 2021-11-11 11:00:16 +01:00
grian
a1bc3e458d docs(fmt): Add examples of colors.ts usage (denoland/deno#9159) 2021-02-01 10:46:59 +00:00
Trivikram Kamat
eb1c38cfbf docs: end sentences with a period in markdown (denoland/deno#7813) 2021-02-01 10:46:58 +00:00
Kiffie Liversage
42b9c702e7 typo (denoland/deno#6356) 2021-02-01 10:46:58 +00:00
Ryan Dahl
bfe995ec02 Move fmt/sprintf.ts to fmt/printf.ts (denoland/deno#4567) 2021-02-01 10:46:57 +00:00
Anil Seervi
e8b1715c5c docs: fixed spelling mistake (denoland/deno#5662) 2021-02-01 10:46:57 +00:00
Bert Belder
d1dbf9be98 Miscellaneous documentation and spelling improvements (denoland/deno#5527)
* Extended/updated documentation on code editor setup and plugins.
* Moved documentation to the right file.
* Fixed spelling errors in documentation and code.
* Updated broken links.

Co-authored-by: 迷渡 <justjavac@gmail.com>
Co-authored-by: AlfieriChou <alfierichou@gmail.com>
Co-authored-by: Anil Seervi <anil13112000@gmail.com
Co-authored-by: Bert Belder <bertbelder@gmail.com>
Co-authored-by: Fernando Basso <fernandobasso.br@gmail.com>
Co-authored-by: József Sallai <jozsef@sallai.me>
Co-authored-by: S4ltyGo4t <mario.weidner@gmx.de>
Co-authored-by: Tommy May <tommymay37@gmail.com>
Co-authored-by: Turbinya <wownucleos@gmail.com>
Co-authored-by: ᴜɴвʏтᴇ <i@shangyes.net>
2021-02-01 10:46:57 +00:00
Peter Indiola
e43474e6d8 docs(fmt): Fix typo (denoland/deno#5315) 2021-02-01 10:46:57 +00:00
Dante Calderón
558a04d2e5 Fix typos across the repo (denoland/deno#5295)
Corrections made:
* cli/js/tests/README.md:44:7: corrected "discoveres" to "discovers"
* cli/js/tests/chown_test.ts:111:37: corrected "priviledge" to "privilege"
* cli/worker.rs:231:56: corrected "decendants" to "descendants"
* deno_typescript/lib.rs:136:50: corrected "emmited" to "emitted"
* core/es_isolate.rs:492:67: corrected "registerd" to "registered"
* core/isolate.rs:103:28: corrected "initalize" to "initialize"
* docs/runtime.md:29:14: corrected "ect" to "etc"
* docs/tools/debugger.md:122:16: corrected "implementes" to "implements"
* encoding/_yaml/dumper/dumper_state.ts:57:63: corrected "everwhere" to "everywhere"
* encoding/csv.ts:37:43: corrected "referal" to "referral"
* fmt/sprintf.ts:209:20: corrected "unusuable" to "unusable"
* fmt/README.md:21:40: corrected "Alternativly" to "Alternatively"
* fmt/README.md:35:68: corrected "seperated" to "separated"
* fmt/README.md:179:59: corrected "provded" to "provided"
* mime/multipart.ts:581:46: corrected "writen" to "written"
* path/_globrex.ts:19:52: corrected "equivelant" to "equivalent"
* node/events_test.ts:447:9: corrected "asyncronous" to "asynchronous"
* node/events_test.ts:475:9: corrected "asyncronous" to "asynchronous"
* node/events_test.ts:500:29: corrected "asyncronous" to "asynchronous"
* node/events_test.ts:530:40: corrected "asyncronous" to "asynchronous"
* node/events_test.ts:555:9: corrected "asyncronous" to "asynchronous"
* tools/deno_tcp_proxy.ts:1:42: corrected "perfromance" to "performance"
* node/module.ts:1003:18: corrected "existend" to "existed"
2021-02-01 10:46:57 +00:00
Ryan Dahl
d491d2e747 Run deno_std tests in github actions 2021-02-01 10:46:56 +00:00
a2800276
f7b511611c Add fmt modules (printf implementation) (#566) 2019-08-15 11:57:24 -04:00