mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
BREAKING: Remove unstable Deno.applySourceMap API (#14473)
This commit is contained in:
parent
256dcb058a
commit
5ddb83a4c2
5 changed files with 1 additions and 61 deletions
|
@ -12,13 +12,8 @@
|
|||
return core.opSync("op_format_file_name", location);
|
||||
}
|
||||
|
||||
function opApplySourceMap(location) {
|
||||
return core.applySourceMap(location);
|
||||
}
|
||||
|
||||
window.__bootstrap.errorStack = {
|
||||
opFormatDiagnostics,
|
||||
opFormatFileName,
|
||||
opApplySourceMap,
|
||||
};
|
||||
})(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue