Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/compiler_api.ts>TranspileOnlyResult

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface TranspileOnlyResult
import { type TranspileOnlyResult } from "https://deno.land/x/deno@v0.30.0/cli/js/compiler_api.ts";

The results of a transpile only command, where the source contains the emitted source, and map optionally contains the source map.

Properties

source: string
optional
map: string