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