Documentation
¶
Index ¶
- func LazyExportAST(log logger.Log, source logger.Source, options config.Options, expr js_ast.Expr, ...) js_ast.AST
- func Parse(log logger.Log, source logger.Source, options config.Options) (result js_ast.AST, ok bool)
- func ParseGlobalName(log logger.Log, source logger.Source) (result []string, ok bool)
- func ParseJSON(log logger.Log, source logger.Source, options ParseJSONOptions) (result js_ast.Expr, ok bool)
- func ParseSourceMap(log logger.Log, source logger.Source) *sourcemap.SourceMap
- type ParseJSONOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LazyExportAST ¶
func ParseGlobalName ¶ added in v0.8.0
func ParseSourceMap ¶
Specification: https://sourcemaps.info/spec.html
Types ¶
type ParseJSONOptions ¶
Click to show internal directories.
Click to hide internal directories.