mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 06:46:59 -05:00
fix lint
This commit is contained in:
parent
3a4de2eb82
commit
e75ed2e48b
1 changed files with 0 additions and 3 deletions
|
@ -47,9 +47,6 @@ import {
|
||||||
} from "ext:deno_node/internal_binding/_listen.ts";
|
} from "ext:deno_node/internal_binding/_listen.ts";
|
||||||
import { nextTick } from "ext:deno_node/_next_tick.ts";
|
import { nextTick } from "ext:deno_node/_next_tick.ts";
|
||||||
|
|
||||||
import { core } from "ext:core/mod.js";
|
|
||||||
const { internalRidSymbol } = core;
|
|
||||||
|
|
||||||
/** The type of TCP socket. */
|
/** The type of TCP socket. */
|
||||||
enum socketType {
|
enum socketType {
|
||||||
SOCKET,
|
SOCKET,
|
||||||
|
|
Loading…
Reference in a new issue