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
|
|
|
|
|