AST
Table of Contents
Classes
- ParsedSource
- TranspiledSource
- The transpiled code to TypeScript source code, this is the result of `Deno\AST\ParsedSource::transpile().
- ParseParams
- ParseParams represent the arguments for Deno\AST\parse_module, which is used to parse TypeScript.
- EmitOptions
- TypeScript compiler options used when transpiling.
Functions
- parse_module() : ParsedSource
- Parse a TypeScript (or similar) module. See ParseParams for options.
Functions
parse_module()
Parse a TypeScript (or similar) module. See ParseParams for options.
parse_module(ParseParams $params) : ParsedSource
Parameters
- $params : ParseParams