github.com/evanw/esbuild/internal/js_ast.AST.ExportStarImportRecords (field)

7 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1618: 	ExportStarImportRecords []uint32

	github.com/evanw/esbuild/internal/bundler
		linker.go#L1192: 		if repr, ok := c.files[sourceIndex].repr.(*reprJS); ok && len(repr.ast.ExportStarImportRecords) > 0 {
		linker.go#L1241: 		if len(repr.ast.ExportStarImportRecords) > 0 {
		linker.go#L2139: 	for _, importRecordIndex := range repr.ast.ExportStarImportRecords {
		linker.go#L2169: 	for _, importRecordIndex := range repr.ast.ExportStarImportRecords {
		linker.go#L2656: 	for _, importRecordIndex := range repr.ast.ExportStarImportRecords {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L13165: 		ExportStarImportRecords: p.exportStarImportRecords,