diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-03-04 23:04:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 03:04:08 +0000 |
commit | 17574f1ef7adf4aea91ba497759ac3e3fed50f1a (patch) | |
tree | b2a7ec4121c6d8cca3a3714b08aa6b5c292fca86 /runtime/build.rs | |
parent | b40086fd7da3729d1d59b312c89ee57747fc66a9 (diff) |
refactor: remove unused 40_diagnostics.js file (#18021)
This file was not used anywhere - even though it exposed an unstable
"Deno.DiagnosticCategory" API. Seems like a left over from when we
had "Deno.emit" API.
Diffstat (limited to 'runtime/build.rs')
-rw-r--r-- | runtime/build.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/build.rs b/runtime/build.rs index fd93b9001..df8e5acab 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -203,7 +203,6 @@ mod startup_snapshot { "13_buffer.js", "30_fs.js", "30_os.js", - "40_diagnostics.js", "40_files.js", "40_fs_events.js", "40_http.js", |