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:
parent
6d03bafd1e
commit
06ddb574f3
3 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue