TranspiledSource
in package
The transpiled code to TypeScript source code, this is the result of `Deno\AST\ParsedSource::transpile().
Table of Contents
Properties
- $source_map : string|null
- Source map back to the original file.
- $text : string
- Transpiled text.
Properties
$source_map
Source map back to the original file.
public
string|null
$source_map
$text
Transpiled text.
public
string
$text