summaryrefslogtreecommitdiff
path: root/cli/diagnostics.rs
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 /cli/diagnostics.rs
parent256dcb058ac2dd2a935076922265278c56264050 (diff)
BREAKING: Remove unstable Deno.applySourceMap API (#14473)
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r--cli/diagnostics.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs
index 24d7ab0e7..1538e5d4d 100644
--- a/cli/diagnostics.rs
+++ b/cli/diagnostics.rs
@@ -39,7 +39,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"UnixConnectOptions",
"UnixListenOptions",
"addSignalListener",
- "applySourceMap",
"bench",
"connect",
"consoleSize",