Age | Commit message (Collapse) | Author |
|
This simplifies the plugin interface in order to deliver op crates with a similar API
|
|
|
|
- Removes unnecessary RwLock and Rc around the op registry table
- Preparation to move resource_table to deno_core::Isolate.
- Towards #3453, #4222
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this (#4783)
|
|
|
|
|
|
|
|
Co-authored-by: Filipe Schenkel de Souza <filipe.schenkel@azion.com>
Co-authored-by: Douglas Caetano dos Santos <douglas.santos@azion.com>
Co-authored-by: João Avelino Bellomo Filho <joao.avelino@azion.com>
|
|
|
|
|
|
|
|
|
|
syscalls (#4762)
|
|
|
|
|
|
|
|
|
|
Flaky and doesn't implement any features.
This reverts commit a7a3a771a0a0cb2df2a14bcf4b8c38bc69525dd6.
|
|
|
|
Before this commit, when Cargo.lock changes, cache is completely rebuilt, wasting time.
After this commit, if cache for a specific Cargo.lock is not found, it will fallback to find cache of another Cargo.lock.
|
|
|
|
|
|
FormData FilePropertyBag DomFile BlobPropertyBag RequestCache
RequestCredentials RequestDestination RequestMode RequestRedirect
ResponseType
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
Renames and adds missing fields to JSStackFrame from CallSite. Fixes #4705.
Cleans up base changes for line and column numbers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|