mirror of
https://github.com/denoland/deno.git
synced 2025-07-23 05:05:08 +00:00
refactor: remove ext/console/01_colors.js (#18927)
This commit is contained in:
parent
bb1f5e4262
commit
59825a95b4
17 changed files with 34 additions and 130 deletions
|
@ -10,7 +10,7 @@
|
|||
/// <reference lib="esnext" />
|
||||
|
||||
import * as webidl from "ext:deno_webidl/00_webidl.js";
|
||||
import { createFilteredInspectProxy } from "ext:deno_console/02_console.js";
|
||||
import { createFilteredInspectProxy } from "ext:deno_console/01_console.js";
|
||||
import {
|
||||
byteUpperCase,
|
||||
HTTP_TOKEN_CODE_POINT_RE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue