ParseParams
in package
ParseParams represent the arguments for Deno\AST\parse_module, which is used to parse TypeScript.
Table of Contents
Properties
- $media_type : string
- The type of the module, specified as a mime-type such as application/typescript etc.
- $specifier : string
- The ES6 module specifier, must be a URL.
- $text_info : string
- The source code of the ES6 module.
Methods
- __construct() : mixed
Properties
$media_type
The type of the module, specified as a mime-type such as application/typescript etc.
public
string
$media_type
$specifier
The ES6 module specifier, must be a URL.
public
string
$specifier
$text_info
The source code of the ES6 module.
public
string
$text_info
Methods
__construct()
public
__construct() : mixed