github.com/evanw/esbuild/internal/js_ast.AST.HasLazyExport (field)
7 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1582: HasLazyExport bool
github.com/evanw/esbuild/internal/bundler
linker.go#L472: (repr.ast.HasLazyExport && c.options.Mode == config.ModeConvertFormat && !c.options.OutputFormat.KeepES6ImportExportSyntax()),
linker.go#L512: if repr.ast.HasLazyExport && c.options.Mode == config.ModePassThrough {
linker.go#L1162: if record.ContainsImportStar && !otherRepr.ast.HasESMFeatures() && !otherRepr.ast.HasLazyExport {
linker.go#L1212: if repr.ast.HasLazyExport {
linker.go#L2288: if namedImport.Alias != "*" && !otherRepr.ast.UsesCommonJSExports() && !otherRepr.ast.HasESMFeatures() && !otherRepr.ast.HasLazyExport {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L12847: ast.HasLazyExport = true
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |