Age | Commit message (Collapse) | Author |
|
This reverts commit 7dd4090c2a3dc0222fd6ff611eeb2bd69cd28224.
|
|
|
|
it's another flag to understand, more code, and isn't something that anyone really needs.
This reverts commit 9d57a4aaeb18461bbeeea30fc8ab8804357185c1.
|
|
(#11348)
|
|
Co-authored-by: Satya Rohith <me@satyarohith.com>
|
|
This commit adds "--terse" flag to "deno test" that makes testing reporter
output one character per test case instead of one line per case.
This is an unstable feature.
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
This commit changes return type of JsRuntime::execute_script to include
v8::Value returned from evaluation.
When embedding deno_core it is sometimes useful to be able to inspect
script evaluation value without the hoops of adding ops to store the
value on the OpState.
v8::Global<v8::Value> is used so consumers don't have to pass
scope themselves.
|
|
|
|
|
|
|
|
should not throw (#11308)
|
|
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
|
|
|
|
|
|
|
|
|
instead of 2. (#11319)
|
|
|
|
|
|
This reverts commit 7edb1d713c036583e2ba3caf0df042835781a49c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#11289)
parking_lot is already transitively used in tokio via the "full" cargo feature
|
|
|
|
|
|
This commit adds support for sharing SABs between workers.
|
|
|
|
|
|
|
|
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
|
|
This works since both core.encode and the ops bindings to a Rust String
will already replace any lone surrogates with the replacement character.
|
|
Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
|
|
triple slash references (#11285)
|
|
|
|
|
|
|
|
|