Commit Graph

28 Commits

Author SHA1 Message Date
dependabot[bot]
82ccee6390
chore: bump codecov/codecov-action from 4 to 5 (#6193)
Some checks are pending
ci / test (canary, macOS-latest) (push) Waiting to run
ci / test (canary, ubuntu-latest) (push) Waiting to run
ci / test (canary, windows-latest) (push) Waiting to run
ci / test (v1.x, macOS-latest) (push) Waiting to run
ci / test (v1.x, ubuntu-latest) (push) Waiting to run
ci / test (v1.x, windows-latest) (push) Waiting to run
ci / test (v2.x, macOS-latest) (push) Waiting to run
ci / test (v2.x, ubuntu-latest) (push) Waiting to run
ci / test (v2.x, windows-latest) (push) Waiting to run
ci / test-node (latest, ubuntu-latest) (push) Waiting to run
ci / lint (ubuntu-latest) (push) Waiting to run
ci / lint (windows-latest) (push) Waiting to run
ci / wasm (crypto/_wasm) (push) Waiting to run
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-11-19 13:56:19 +09:00
Yoshiya Hinosawa
f2c05b7027
chore: add vscode settings (#4735)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-15 15:41:32 +09:00
Asher Gomez
8f60a3546b
BREAKING(console): remove std/console (#4643) 2024-04-26 19:54:59 +00:00
Asher Gomez
7e9ee318c2
chore: ignore /docs folder (#4112) 2024-01-05 18:55:55 +11:00
Asher Gomez
66e8a50e2d
chore: update coverage tasks (#3965) 2023-12-16 06:42:09 +11:00
Asher Gomez
ea64542e54
chore(http): add test for file containing space in name (#3892)
* chore: add test for file containing space in name

* tweak

* tweak
2023-12-04 17:00:44 +11:00
Asher Gomez
09759c1945
chore: add cov:* tasks (#3743) 2023-10-29 13:23:03 +09:00
lionel-rowe
71e05aaa99
feat(console): add unicodeWidth for TTY text layout (#3297)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Jesse Jackson <jsejcksn@users.noreply.github.com>
2023-04-18 16:13:58 +09:00
Asher Gomez
d02b577c69
BREAKING(encoding/varint): remove deprecated APIs (#3282) 2023-04-03 12:45:37 +09:00
Yoshiya Hinosawa
fe302bfeb6
chore: ignore deno.lock (#2848) 2022-11-07 12:04:14 -05:00
Asher Gomez
1859a59268
refactor(crypto): move crypto/_wasm_crypto/ to crypto/_wasm/ (#2845) 2022-11-07 15:53:46 +09:00
Asher Gomez
5c8bd0b6f6
refactor(encoding): move varint/_wasm_varint/ to varint/_wasm/ (#2844) 2022-11-07 15:10:38 +09:00
Asher Gomez
c1e1240c03
BREAKING: remove deprecated std/hash module (#2786)
remove: deprecated `std/hash` module
2022-10-23 11:12:18 -04:00
Nash Kabbara
2c7274741c
fix(fs/expandGlob): globstar false does not take effect (#2571) (#2779) 2022-10-18 10:40:00 -04:00
Yoshiya Hinosawa
1bbcae8cdd
feat(node): new child_process.fork (#2700) 2022-09-30 01:31:37 +09:00
Tim Reichen
3d06fb82dc
refactor: move varint and crypto wasm dirs (#2618) 2022-09-12 14:32:33 +09:00
Asher Gomez
e0e851053a
chore: remove _deno_unstable.ts (#2600) 2022-09-05 13:55:53 +09:00
David Sherret
e72e13db63
refactor: use wasmbuild (#2319) 2022-06-08 11:19:50 -04:00
Skye
f415da4c62
feat(encoding): add unsigned LEB128 varint encoding (#2265)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-06-05 21:22:03 +09:00
Nayeem Rahman
06b1791664
fix: bypass TS errors for missing --unstable (#1819)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-02-01 19:16:37 +09:00
Jeremy Banks
662139c097
feat(crypto): add std/crypto wrapping and extending runtime WebCrypto (#1025) 2021-07-29 04:37:02 -07:00
Jeremy Banks
e0ec201d41
build(hash): switch from wasm-pack to using wasm-bindgen directly (#999)
wasm-pack limits our ability to configure wasm-bindgen and is no
longer necessary as we can use wasm-bindgen-cli directly. This
allows us to enable --weakrefs which partially mitigates #786 by
using a FinalizationRegistry (currently working in Deno Canary,
though not yet on Stable) to free memory in the WASM heap
automatically when the corresponding JavaScript wrapper objects
are garbage-collected.

Co-authored-by: William Perron <hey@wperron.io>
2021-07-07 14:40:46 -04:00
Bartek Iwańczuk
8a7423404e
chore: add coverage directories to gitignore (#914) 2021-05-13 14:16:14 +02:00
Yoshiya Hinosawa
b3439a97c1
feat(node): support conditional exports (#726) 2021-02-17 19:06:03 +09:00
Luca Casonato
5ae977b81f
build: install Deno using bash installer (#681) 2021-02-01 13:45:20 +01:00
Vincent LE GOFF
4543b563a9 Eslint fixes (#356)
Make warnings fail
2019-04-24 07:41:22 -04:00
Kitson Kelly
c0390ade3d Add eslint for linting (#235) 2019-03-04 19:53:35 -05:00
Yusuke Sakurai
fda9c98d05 feat: multipart, etc.. (#180) 2019-02-10 18:49:48 -05:00