Asher Gomez
8993c215f7
docs: separate contributing guidelines ( #3715 )
2023-10-25 13:21:05 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts
to std/assert
( #3445 )
2023-07-13 16:04:30 +09:00
Martin Fischer
0d6701aca5
ci: add spell-checking with typos ( #3459 )
2023-06-26 15:23:09 +09:00
Asher Gomez
d02b577c69
BREAKING(encoding/varint): remove deprecated APIs ( #3282 )
2023-04-03 12:45:37 +09:00
Ryan Dahl
1f96d9fd32
Remove std/node, it was merged into Deno itself ( #3206 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-02-22 10:28:55 -05:00
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