Nayeem Rahman
|
4ebd243423
|
fix(std/testing/asserts): Support browsers (#5847)
|
2020-05-25 13:32:34 -04:00 |
|
Ryan Dahl
|
6f52ad9052
|
Move std/fmt/sprintf.ts to std/fmt/printf.ts (#4567)
|
2020-05-21 11:12:37 +02:00 |
|
Oliver Lenehan
|
662eb8f8c9
|
feat(std/fmt): rgb24 and bgRgb24 can use numbers for color (#5198)
|
2020-05-20 10:29:59 -04:00 |
|
Anil Seervi
|
f366e5e9bb
|
docs(std): fixed spelling mistake (#5662)
|
2020-05-20 13:20:20 +02:00 |
|
Speykious
|
9752b853dd
|
Provide better ANSI colorized output when inspecting objects (#5404)
|
2020-05-19 14:19:26 -04:00 |
|
Bert Belder
|
36fde75d77
|
Miscellaneous documentation and spelling improvements (#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>
|
2020-05-17 19:24:39 +02:00 |
|
Bert Belder
|
76a6a1ff46
|
Fix a bunch of spelling errors (#5314)
|
2020-05-16 00:36:49 +02:00 |
|
Peter Indiola
|
0e4a927bcf
|
docs(std/fmt): Fix typo (#5315)
|
2020-05-15 22:33:45 +02:00 |
|
Anil Seervi
|
3e07e0b01d
|
Fix typos (#5441)
|
2020-05-15 08:52:01 -04:00 |
|
Dante Calderón
|
c3a205bae8
|
Fix typos across the repo (#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"
* std/encoding/_yaml/dumper/dumper_state.ts:57:63: corrected "everwhere" to "everywhere"
* std/encoding/csv.ts:37:43: corrected "referal" to "referral"
* std/fmt/sprintf.ts:209:20: corrected "unusuable" to "unusable"
* std/fmt/README.md:21:40: corrected "Alternativly" to "Alternatively"
* std/fmt/README.md:35:68: corrected "seperated" to "separated"
* std/fmt/README.md:179:59: corrected "provded" to "provided"
* std/mime/multipart.ts:581:46: corrected "writen" to "written"
* std/path/_globrex.ts:19:52: corrected "equivelant" to "equivalent"
* std/node/events_test.ts:447:9: corrected "asyncronous" to "asynchronous"
* std/node/events_test.ts:475:9: corrected "asyncronous" to "asynchronous"
* std/node/events_test.ts:500:29: corrected "asyncronous" to "asynchronous"
* std/node/events_test.ts:530:40: corrected "asyncronous" to "asynchronous"
* std/node/events_test.ts:555:9: corrected "asyncronous" to "asynchronous"
* tools/deno_tcp_proxy.ts:1:42: corrected "perfromance" to "performance"
* std/node/module.ts:1003:18: corrected "existend" to "existed"
|
2020-05-14 06:38:42 +02:00 |
|
Oliver Lenehan
|
7d3728e3f4
|
feat(std/fmt): 8bit and 24bit ANSI colors (#5168)
|
2020-05-09 06:29:44 -04:00 |
|
Bartek Iwańczuk
|
8feb30e325
|
BREAKING: remove overload of Deno.test() (#4951)
This commit removes overload of Deno.test() that accepted named
function.
|
2020-04-28 12:33:09 +02:00 |
|
Kitson Kelly
|
bced52505f
|
Update to Prettier 2 and use ES Private Fields (#4498)
|
2020-03-28 13:03:49 -04:00 |
|
Bartek Iwańczuk
|
61273085e4
|
refactor: rewrite tests in std/ to use Deno.test (#3930)
|
2020-02-11 17:24:27 +01:00 |
|
Ry Dahl
|
bfab4ed0df
|
Happy new year! (#3578)
|
2020-01-02 15:13:47 -05:00 |
|
Nayeem Rahman
|
e8d82a6348
|
feat: Add missing mod.ts files in std (#3509)
std/archive/tar.ts:
- Remove FileReader.
- Remove FileWriter.
std/encoding/csv.ts:
- ExtendedParseOptions -> ParseOptions
- HeaderOption -> HeaderOptions
- ParseOptions -> ReadOptions
- readAll() -> readMatrix()
std/encoding/yaml.ts:
- DumpOptions -> StringifyOptions
std/fmt/colors.ts:
- getEnabled() -> getColorEnabled()
- setEnabled() -> setColorEnabled()
std/testing/mod.ts:
- Re-export sibling modules.
|
2019-12-20 15:21:30 -05:00 |
|
Kitson Kelly
|
9837d324a7
|
Update to TypeScript 3.7 (#3275)
and update to prettier 1.19
Also, update `assert()` and remove not null assertions where possibly
in `cli`.
Closes #3273
|
2019-11-13 13:42:34 -05:00 |
|
Ryan Dahl
|
93f7f00c95
|
Run deno_std tests in github actions
|
2019-10-09 17:22:22 -04:00 |
|
Ryan Dahl
|
151ce0266e
|
Move everything into std subdir
|
2019-10-09 17:10:09 -04:00 |
|