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