diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-03 18:44:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 18:44:05 +0200 |
commit | 5ddb83a4c2a5622d0ea173c0798550ae76e1fd69 (patch) | |
tree | ff76e50c1dd9121a8c5d8ee6a00384f3d5f09305 /runtime/js/90_deno_ns.js | |
parent | 256dcb058ac2dd2a935076922265278c56264050 (diff) |
BREAKING: Remove unstable Deno.applySourceMap API (#14473)
Diffstat (limited to 'runtime/js/90_deno_ns.js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index 61e894f8a..a6f63abe2 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -126,7 +126,6 @@ systemMemoryInfo: __bootstrap.os.systemMemoryInfo, networkInterfaces: __bootstrap.os.networkInterfaces, getUid: __bootstrap.os.getUid, - applySourceMap: __bootstrap.errorStack.opApplySourceMap, formatDiagnostics: __bootstrap.errorStack.opFormatDiagnostics, sleepSync: __bootstrap.timers.sleepSync, listen: __bootstrap.netUnstable.listen, |