Age | Commit message (Collapse) | Author |
|
This reverts commit fd5a12d7e25dc53238e2bbcffe970e646c1035f3.
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
|
|
|
|
|
|
|
|
|
|
Ref: denoland/vscode_deno#633
|
|
Also cleanup & drop ignored wildcard op-args
|
|
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
|
|
Ref #13657
|
|
|
|
|
|
Closes #13198
|
|
Fixes: #13611
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
|
|
|
|
|
|
* Add `specifier_to_file_path` to support converting a ModuleSpecifier with a unix-style path to a PathBuf on Windows.
|
|
|
|
|
|
mutated to change it (#12747)
|
|
Fixes #12753
|
|
|
|
|
|
(#12663)
|
|
This avoids a bunch of duplicated code.
|
|
These were previously displayed as plain text. Now they are displayed as
`MarkupContent` with type `Markdown`.
|
|
Closes #12473
|
|
|
|
Fixes #11861
|
|
|
|
|
|
Closes: denoland/vscode_deno#433
|
|
|
|
Fixes: #11146
Fixes: #11456
Fixes: #10439
|
|
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.
|