0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00

remove dead code

This commit is contained in:
Bartek Iwańczuk 2024-12-22 21:25:42 +01:00
parent 6d03bafd1e
commit 06ddb574f3
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750
3 changed files with 0 additions and 3 deletions

View file

@ -5,7 +5,6 @@
import { core, internals } from "ext:core/mod.js";
const {
op_lint_get_rule,
op_lint_get_source,
op_lint_report,
op_lint_create_serialized_ast,

View file

@ -530,7 +530,6 @@ const NOT_IMPORTED_OPS = [
"op_base64_encode",
// Used in the lint API
"op_lint_get_rule",
"op_lint_report",
"op_lint_get_source",
"op_lint_create_serialized_ast",

View file

@ -250,7 +250,6 @@
"ext:deno_node/_util/std_fmt_colors.ts": "../ext/node/polyfills/_util/std_fmt_colors.ts",
"ext:deno_telemetry/telemetry.ts": "../ext/deno_telemetry/telemetry.ts",
"ext:deno_telemetry/util.ts": "../ext/deno_telemetry/util.ts",
"ext:cli/lint/selector.js": "../cli/js/40_lint_selector.ts",
"@std/archive": "../tests/util/std/archive/mod.ts",
"@std/archive/tar": "../tests/util/std/archive/tar.ts",
"@std/archive/untar": "../tests/util/std/archive/untar.ts",