BREAKING: Remove unstable Deno.applySourceMap API (#14473)

This commit is contained in:
Bartek Iwańczuk 2022-05-03 18:44:05 +02:00 committed by GitHub
parent 256dcb058a
commit 5ddb83a4c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 61 deletions

View file

@ -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);