mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
Prevent circular imports in ts code (#576)
This commit is contained in:
parent
3bcf7e271f
commit
84c38f34ee
12 changed files with 42 additions and 26 deletions
|
@ -4,7 +4,7 @@ import { deno as fbs } from "gen/msg_generated";
|
|||
import { assert, assignCmdId, log, setLogDebug } from "./util";
|
||||
import * as os from "./os";
|
||||
import { DenoCompiler } from "./compiler";
|
||||
import { libdeno } from "./globals";
|
||||
import { libdeno } from "./libdeno";
|
||||
import * as timers from "./timers";
|
||||
import { onFetchRes } from "./fetch";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue