mirror of
https://github.com/denoland/deno.git
synced 2025-08-02 10:02:23 +00:00
parent
6a649012bc
commit
6c42ded097
4 changed files with 23 additions and 20 deletions
|
@ -23,3 +23,8 @@ export { truncateSync, truncate } from "./truncate";
|
|||
export { FileInfo } from "./file_info";
|
||||
export { connect, dial, listen, Listener, Conn } from "./net";
|
||||
export const args: string[] = [];
|
||||
|
||||
// Provide the compiler API in an obfuscated way
|
||||
import * as compiler from "./compiler";
|
||||
// @internal
|
||||
export const _compiler = compiler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue