Asher Gomez
2f9baf6794
refactor: remove Deno namespace IO types ( #3030 )
2022-12-23 14:33:12 +09:00
Waldir Pimenta
5ab26ca2e8
Reorder steps to view documentation ( #2948 )
...
One needs to first click in "View Documentation" before we can choose a module whose docs to view.
2022-11-27 14:00:03 -05:00
Asher Gomez
792f1334fe
refactor: use _util/asserts.ts
for non-test code ( #2857 )
2022-11-10 16:28:20 +09:00
Asher Gomez
e4badb0aa8
chore(ci): clean up Doctest /node
step in CI ( #2629 )
2022-09-08 14:00:44 +09:00
Asher Gomez
0f6aa03d2d
chore(CI): move lint scripts to Deno task runner ( #2580 )
2022-08-30 13:27:54 +09:00
sigmaSd
f1ff08a7e3
docs(README): using deno fmt --check ( #2339 )
2022-06-11 19:06:23 +09:00
Yongwook Choi
4962e5e8ae
docs(README): fix the test task identifier ( #2041 )
2022-03-18 20:53:53 +09:00
Bartek Iwańczuk
99ba80300a
chore: Use deno task ( #2021 )
2022-03-17 17:31:32 +01:00
Kid
01e76f1998
chore: update outdated reference to deno_website2
( #1994 )
2022-03-06 20:44:54 +09:00
Atlas Cove
f3f9baaf96
fix(docs): Added correct plural case for word "title" ( #1617 )
2021-11-19 22:45:41 +01:00
Bartek Iwańczuk
a80894bb95
ci: split running tests into steps ( #1582 )
...
This commit split tests into distinct CI steps for
"regular" tests and "node polyfill" tests.
2021-11-15 16:54:31 +01:00
Yoshiya Hinosawa
52c3deccf9
chore: add tools for lint and format ( #1517 )
2021-11-11 23:46:31 +09:00
Mathias Wulff
0149bb200f
docs: Remind contributors to initiate submodules ( #1367 )
2021-10-10 14:24:58 +02:00
Yoshiya Hinosawa
d86bd6f2a1
docs: change CI rule ( #1305 )
2021-09-24 22:44:56 +09:00
grian
9f323b072d
doc: add an explanation about how to test markdown files ( #1221 )
2021-09-10 21:10:35 +09:00
Yoshiya Hinosawa
9a260681df
docs(README): add note about ci checks ( #1209 )
2021-09-09 01:28:31 +09:00
Jesse Jackson
eca63fc779
fix: update branch in README link ( #1031 )
2021-07-13 19:34:43 +05:30
Yoshiya Hinosawa
45e11b3cba
chore(codecov): ignore coverage of examples ( #798 )
2021-03-17 17:30:10 +09:00
Eyoatam Tamirat
b2c2502653
chore: fix typo in contributing section ( #709 )
2021-02-14 13:23:58 +01:00
Steven Guerrero
d64c79f40f
test(node): enable native node tests ( #695 )
2021-02-10 20:50:08 +09:00
Bartek Iwańczuk
b9e1d7aa74
chore: update README with contributing guidelines ( #704 )
...
Co-authored-by: Casper Beyer <caspervonb@pm.me>
2021-02-03 21:47:28 +01:00
Bartek Iwańczuk
97e769f90e
chore: update README and LICENSE ( #634 )
2021-02-01 12:43:02 +01:00
Casper Beyer
d5bad95a71
chore: Setup CI and tests
...
Create ci.yml
chore: add wasi-test-suite as a submodule
chore: remove legacy configuration files and scripts
chore: remove outdated redirection notice
chore: add git attributes to ensure text files use unix line endings
chore: format
test(http): copy tls testdata from denoland/deno
2021-02-01 12:20:35 +01:00
남현욱
deaf04459d
chore: edit style guide link to deno manual ( denoland/deno#6490 )
2021-02-01 10:46:58 +00:00
Nayeem Rahman
26b0fa530f
feat(Deno.inspect): Add sorted, trailingComma, compact and iterableLimit to InspectOptions ( denoland/deno#6591 )
2021-02-01 10:46:58 +00:00
Casper Beyer
03acb522a5
docs: update paragraph about the tagging process ( denoland/deno#6519 )
2021-02-01 10:46:58 +00:00
Lucas Machado
0acce6b61b
fix: fix broken style guide link ( denoland/deno#5211 )
2021-02-01 10:46:57 +00:00
Nayeem Rahman
1eecc5c7d0
BREAKING: reorganization ( denoland/deno#5087 )
...
* Prepend underscores to private modules
* Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result.
* Move _util/async.ts to async
* Move util/sha*.ts to hash
2021-02-01 10:46:57 +00:00
uki00a
8d39424477
docs: update links to documents ( denoland/deno#4777 )
2021-02-01 10:46:57 +00:00
Ali Hasani
bceafce1f5
Remove media_types from README.md ( denoland/deno#4650 )
2021-02-01 10:46:57 +00:00
Bartek Iwańczuk
708f39f784
feat: dprint formatter ( denoland/deno#3820 )
...
* rewrite fmt_test in Rust, remove tools/fmt_test.py
* remove //prettier
2021-02-01 10:46:56 +00:00
Ryan Dahl
d491d2e747
Run deno_std tests in github actions
2021-02-01 10:46:56 +00:00
Ryan Dahl
73671a6f04
Update README about move to deno repo ( #630 )
2019-10-12 12:23:17 -07:00
迷渡
d3ad15a6c0
link colors to fmt/colors.ts ( #575 )
2019-08-30 13:42:31 -04:00
Lucas Caro
14fefcba15
add link to uuid in README ( #536 )
2019-07-11 10:23:14 -04:00
Vincent LE GOFF
167f529898
encoding: add csv parse ( #458 )
2019-05-30 09:50:29 -04:00
Vincent LE GOFF
7a722ceffc
TOML: Move to encoding dir ( #435 )
2019-05-23 21:48:54 +03:00
Yoshitaka Terazawa
301c12d9d2
chore(readme): add README.md for ws ( #417 )
2019-05-20 09:22:15 -04:00
Ryan Dahl
c2f5a7cf22
readme: loose port of go's std lib ( #413 )
2019-05-16 16:23:25 -04:00
Vincent LE GOFF
4d25cc1e35
doc: Add missing documentation ( #336 )
2019-04-13 15:30:56 -04:00
Vincent LE GOFF
0ba93a9b95
fixing readme link + version ( #225 )
2019-03-02 15:49:39 -05:00
Ryan Dahl
19cccd2ebc
Style guide has moved. ( #191 )
2019-02-12 18:23:49 -05:00
Bert Belder
bef7ba1430
Add API design guidelines ( #119 )
2019-01-28 17:43:26 +01:00
Ryan Dahl
e87cd44033
Style guide: metaprogramming, private filenames
2019-01-24 13:33:51 -05:00
Ryan Dahl
6a41189a98
Improve readme ( #117 )
2019-01-15 12:28:09 -05:00
Yungoo Kong
39cfdb48a8
Fix wrong links ( #106 )
2019-01-14 01:45:59 -05:00
木杉
41312ad39f
refactor(mkdirp): reorg ( #103 )
2019-01-12 13:07:18 -05:00
Kitson Kelly
0e00fe9cd3
Add media_types collection ( #97 )
2019-01-11 00:16:47 -05:00
木杉
5be16ba599
refactor(path): reorg ( #101 )
2019-01-10 17:11:44 -05:00
Satya Rohith
e504e54524
docs(readme): fix small typo ( #82 )
2019-01-04 05:10:57 -05:00
Ryan Dahl
2916791dfb
First pass on style guide ( #66 )
2019-01-03 23:13:21 -05:00
Ryan Dahl
63d4f6d828
Remove travis, rely on pipelines ( #68 )
2019-01-03 23:11:40 -05:00
Bartek Iwańczuk
2d9a9cdfd1
Make README readable on mobile ( #71 )
2019-01-03 11:40:09 -05:00
Ryan Dahl
61fdae51a7
Add testing module
2019-01-02 13:45:42 -05:00
Dmitry Sharshakov aka. sh7dm
e8ec4f7f64
Happy New Year ( #58 )
2019-01-02 09:56:17 -05:00
chiefbiiko
7a3c70e74b
Add mkdirp ( #59 )
2019-01-01 18:45:41 -05:00
Ryan Dahl
9b8923844f
Format ( #42 )
2018-12-24 10:28:01 -05:00
Bartek Iwańczuk
25b88bcf8c
Add logging module ( #33 )
2018-12-19 13:16:45 -05:00
Bartek Iwańczuk
b15b0d20d7
Add flags module ( #32 )
2018-12-19 13:06:31 -05:00
Kitson Kelly
54787f172c
Add colors module ( #30 )
2018-12-18 23:30:44 -05:00
Ryan Dahl
99e276eb89
Rename project to deno_std
...
Move typescript files to net/
2018-12-18 18:27:05 -05:00
Ryan Dahl
dbff42070b
Fix travis badge
2018-12-12 12:46:02 -05:00
Ryan Dahl
f1f1f39cd3
Add file server to README
2018-12-11 13:34:10 -05:00
hashrock
f574e3c6db
Update usage ( #2 )
2018-11-30 23:40:04 -08:00
Ryan Dahl
90cbca40be
Add BufReader.peek()
2018-11-08 04:01:20 -05:00
Ryan Dahl
be1eb62bdc
Add Readme
2018-11-07 14:28:47 -05:00