mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 02:22:40 +00:00
Use underscores in filenames.
This commit is contained in:
parent
818ad37678
commit
2f44db6756
11 changed files with 48 additions and 48 deletions
|
@ -3,7 +3,7 @@
|
|||
import * as ts from "typescript";
|
||||
import { assetSourceCode } from "./assets";
|
||||
import * as deno from "./deno";
|
||||
import { globalEval } from "./global-eval";
|
||||
import { globalEval } from "./global_eval";
|
||||
import { libdeno } from "./libdeno";
|
||||
import { window } from "./globals";
|
||||
import * as os from "./os";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue