mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
Use underscores in filenames.
This commit is contained in:
parent
818ad37678
commit
2f44db6756
11 changed files with 48 additions and 48 deletions
|
@ -2,7 +2,7 @@
|
|||
import * as msg from "gen/msg_generated";
|
||||
import { flatbuffers } from "flatbuffers";
|
||||
import * as dispatch from "./dispatch";
|
||||
import { FileInfo, FileInfoImpl } from "./fileinfo";
|
||||
import { FileInfo, FileInfoImpl } from "./file_info";
|
||||
import { assert } from "./util";
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue