Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-20 | chore: use import.meta.resolve() in tests (#15256) | Bartek IwaĆczuk | |
2022-04-27 | refactor: Remove PrettyJsError and js_error_create_fn (#14378) | Nayeem Rahman | |
This commit: - removes "fmt_errors::PrettyJsError" in favor of "format_js_error" fn - removes "deno_core::JsError::create" and "deno_core::RuntimeOptions::js_error_create_fn" - adds new option to "deno_runtime::ops::worker_host::init" |