Versions in this module Expand all Collapse all v0 v0.17.19 May 19, 2023 Changes in this version + func LazyExportAST(log logger.Log, source logger.Source, options Options, expr js_ast.Expr, ...) js_ast.AST + func Parse(log logger.Log, source logger.Source, options Options) (result js_ast.AST, ok bool) + func ParseDefineExprOrJSON(text string) (config.DefineExpr, js_ast.E) + func ParseGlobalName(log logger.Log, source logger.Source) (result []string, ok bool) + func ParseJSON(log logger.Log, source logger.Source, options JSONOptions) (result js_ast.Expr, ok bool) + func ParseSourceMap(log logger.Log, source logger.Source) *sourcemap.SourceMap + type JSONOptions struct + ErrorSuffix string + Flavor js_lexer.JSONFlavor + type JSXImport uint8 + const JSXImportCreateElement + const JSXImportFragment + const JSXImportJSX + const JSXImportJSXS + type Options struct + func OptionsForYarnPnP() Options + func OptionsFromConfig(options *config.Options) Options + func (a *Options) Equal(b *Options) bool