Skip to main content
Module

x/deno2node/src/context.ts>Context

Compile your Deno project to run on Node.js.
Go to Latest
class Context
import { Context } from "https://deno.land/x/deno2node@v1.7.1/src/context.ts";

Constructors

new
Context(options: Options)

Synchronously loads tsconfig.json and "files".

Properties

baseDir: string
readonly
config: Config
readonly
project: Project

Methods

resolve(...pathSegments: string[])