ParsedSource
in package
Table of Contents
Methods
- transpile() : TranspiledSource
- Transpile the ASP to TypeScript, with the provided EmitOptions. Throws an exception or returns Deno\AST\TranspiledSource
Methods
transpile()
Transpile the ASP to TypeScript, with the provided EmitOptions. Throws an exception or returns Deno\AST\TranspiledSource
public
transpile(EmitOptions $options) : TranspiledSource
Parameters
- $options : EmitOptions