Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vno/core/lib/ts_compile.ts>typescriptCompile

a build tool for compiling and bundling Vue single-file components
Latest
function typescriptCompile
import { typescriptCompile } from "https://deno.land/x/vno@1.5.1/core/lib/ts_compile.ts";

Parameters

source: string
path: string
optional
cut = [UNSUPPORTED]

Returns

Promise<string>