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

32 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1600: 	Parts       []Part

	github.com/evanw/esbuild/internal/bundler
		linker.go#L424: 			repr.ast.Parts = append([]js_ast.Part{}, repr.ast.Parts...)
		linker.go#L425: 			for i, part := range repr.ast.Parts {
		linker.go#L430: 				repr.ast.Parts[i].SymbolUses = clone
		linker.go#L473: 				partMeta:                 make([]partMeta, len(repr.ast.Parts)),
		linker.go#L606: 	partIndex := uint32(len(repr.ast.Parts))
		linker.go#L609: 	repr.ast.Parts = append(repr.ast.Parts, part)
		linker.go#L828: 						part := &repr.ast.Parts[partIndex]
		linker.go#L1377: 			exportPart := &repr.ast.Parts[repr.meta.nsExportPartIndex]
		linker.go#L1414: 	if len(repr.ast.Parts) < 1 {
		linker.go#L1417: 	part := &repr.ast.Parts[0]
		linker.go#L1483: 		part := &repr.ast.Parts[partIndex]
		linker.go#L1749: 		exportPart := &repr.ast.Parts[repr.meta.nsExportPartIndex]
		linker.go#L2403: 		for partIndex, part := range repr.ast.Parts {
		linker.go#L2466: 		for partIndex, part := range repr.ast.Parts {
		linker.go#L2591: 	part := &repr.ast.Parts[partIndex]
		linker.go#L2942: 			for partIndex, part := range repr.ast.Parts {
		linker.go#L2978: 						partIndexEnd:   uint32(len(repr.ast.Parts)),
		linker.go#L3344: 		c.convertStmtsForChunk(partRange.sourceIndex, &stmtList, repr.ast.Parts[nsExportPartIndex].Stmts)
		linker.go#L3353: 		part := repr.ast.Parts[partIndex]
		linker.go#L3462: 	tree.Parts = []js_ast.Part{{Stmts: stmts}}
		linker.go#L3473: 		tree.Parts = []js_ast.Part{{Stmts: stmtList.entryPointTail}}
		linker.go#L3518: 			for partIndex, part := range repr.ast.Parts {
		linker.go#L3590: 				for _, part := range repr.ast.Parts {
		linker.go#L3628: 		for partIndex, part := range repr.ast.Parts {
		linker.go#L3709: 				Parts:         []js_ast.Part{{Stmts: repr.crossChunkPrefixStmts}},
		linker.go#L3712: 				Parts: []js_ast.Part{{Stmts: repr.crossChunkSuffixStmts}},
		linker.go#L4382: 	for _, part := range repr.ast.Parts {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L13152: 		Parts:                   parts,

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L3123: 	for _, part := range tree.Parts {