Divy Srivastava
|
9e576dff7c
|
perf(runtime): optimize Deno.file open & stream (#15496)
|
2022-08-19 15:54:40 +05:30 |
|
Divy Srivastava
|
cd21cff299
|
feat(ext/flash): An optimized http/1.1 server (#15405)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
Co-authored-by: crowlkats <crowlkats@toaxl.com>
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
2022-08-18 17:35:02 +05:30 |
|
Leo Kettmeir
|
2bebdc9116
|
feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API (#15151)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
|
2022-07-18 22:24:35 +02:00 |
|
David Sherret
|
b4fabedd79
|
fix(fmt): prevent infinite loop when formatting certain binary expressions (#14725)
|
2022-05-25 19:55:31 -04:00 |
|
Divy Srivastava
|
57f7e07c13
|
Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)
|
2022-04-22 16:19:08 +05:30 |
|
Bartek Iwańczuk
|
03019e7781
|
Revert various PRs related to "ext/http" (#14339)
* Revert "feat(ext/http): stream auto resp body compression (#14325)"
* Revert "core: introduce `resource.read_return` (#14331)"
* Revert "perf(http): optimize `ReadableStream`s backed by a resource (#14284)"
|
2022-04-21 02:22:55 +02:00 |
|
Divy Srivastava
|
57a8fc37fc
|
perf(http): optimize ReadableStream s backed by a resource (#14284)
|
2022-04-20 18:16:44 +05:30 |
|
Bartek Iwańczuk
|
0bb96cde72
|
refactor: update runtime code for primordial check x in y (#13642)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2022-04-16 14:09:07 +02:00 |
|
Leo Kettmeir
|
e55dee7fd8
|
refactor: cleanup assert() & AssertionError definitions (#13859)
|
2022-03-19 13:57:37 +01:00 |
|
Bartek Iwańczuk
|
8176a4d166
|
refactor: primordials for instanceof (#13527)
|
2022-02-01 18:06:11 +01:00 |
|
Bartek Iwańczuk
|
f248e6f177
|
Revert "refactor: update runtime code for primordial checks for "instanceof" (#13497)" (#13511)
This reverts commit 884143218f .
|
2022-01-27 16:27:22 +01:00 |
|
Bartek Iwańczuk
|
884143218f
|
refactor: update runtime code for primordial checks for "instanceof" (#13497)
|
2022-01-27 13:36:36 +01:00 |
|
Leo Kettmeir
|
cf2d2b7280
|
fix(streams): update TypeError message for pending reads when releasing reader (#13376)
|
2022-01-14 18:47:16 +01:00 |
|
Leo Kettmeir
|
659bbd731c
|
feat(streams): reject pending reads when releasing reader (#13375)
|
2022-01-14 17:34:54 +01:00 |
|
Ryan Dahl
|
1fb5858009
|
chore: update copyright to 2022 (#13306)
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
2022-01-07 22:09:52 -05:00 |
|
Andreu Botella
|
318f48f9ad
|
feat(streams): support abort reasons in streams (#12991)
|
2021-12-08 23:31:22 +01:00 |
|
Leo Kettmeir
|
c91da1222b
|
feat(ext/web): WritableStreamDefaultController.signal (#12654)
|
2021-11-08 12:54:24 +01:00 |
|
Leo Kettmeir
|
ed761bf83f
|
BREAKING chore(ext/web): remove ReadableStream.getIterator (#12652)
|
2021-11-05 22:21:25 +01:00 |
|
Leo Kettmeir
|
95b2955712
|
feat(ext/web): BYOB support for ReadableStream (#12616)
This commit introduces support for BYOB readers in the WHATWG Streams API implementation.
|
2021-11-03 10:47:40 +01:00 |
|
David Sherret
|
9b1f0c8ba3
|
chore: upgrade crates based on deno ast 0.3 (#12403)
|
2021-10-12 09:58:04 -04:00 |
|
李瑞丰
|
46245b830a
|
fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2021-09-25 02:07:22 +09:00 |
|
David Sherret
|
987716798f
|
feat(fmt): add basic JS doc formatting (#11902)
|
2021-09-02 18:28:12 -04:00 |
|
Ryan Dahl
|
a0285e2eb8
|
Rename extensions/ directory to ext/ (#11643)
|
2021-08-11 12:27:05 +02:00 |
|