Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
|
|
This wraps all exported syscalls in an exception catching delegate to
ensure that the stack is never unexpectedly unwound.
|
|
TextDecoder.decode() (#7179)
|
|
|
|
|
|
|
|
|
|
This commit renames Module and ModuleOptions to context to avoid stutter
confusion, e.g avoid having documentation that says things like
instantiate the snapshot's module's module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #6752
|
|
Adds Deno.core.jsonOpSync and Deno.core.jsonOpAsync
|
|
|
|
|
|
|
|
|
|
|
|
Closes: #7020
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#7064)
Before this patch the TOML parser would incorrect treat the string
"base64data0xdamaged" in a declaration as a hex number because the
corresponding check triggers even when the "0x" is inside a double
quoted string literal as long as it is followed by at least one hex
character.
|
|
|
|
|
|
Removes unnecessary wrappers around ResourceTable and CoreIsolate.
Importantly: now uses the resource table inside CoreIsolateState rather than a different one.
Removes derive_deref dependency
|
|
This ensures that all spaces are set to be "+" in the string rather than
just the first and brings deno into line with how browsers handle spaces
in URLSearchParams, see #7001.
|