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

@ -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,