Commit Graph

16 Commits

Author SHA1 Message Date
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