summaryrefslogtreecommitdiff
path: root/runtime/js/40_error_stack.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-05-03 18:44:05 +0200
committerGitHub <noreply@github.com>2022-05-03 18:44:05 +0200
commit5ddb83a4c2a5622d0ea173c0798550ae76e1fd69 (patch)
treeff76e50c1dd9121a8c5d8ee6a00384f3d5f09305 /runtime/js/40_error_stack.js
parent256dcb058ac2dd2a935076922265278c56264050 (diff)
BREAKING: Remove unstable Deno.applySourceMap API (#14473)
Diffstat (limited to 'runtime/js/40_error_stack.js')
-rw-r--r--runtime/js/40_error_stack.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/js/40_error_stack.js b/runtime/js/40_error_stack.js
index 1ecf0f6bb..046f4ddf0 100644
--- a/runtime/js/40_error_stack.js
+++ b/runtime/js/40_error_stack.js
@@ -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);