github.com/evanw/esbuild/internal/bundler.fileMeta.nsExportPartIndex (field)

11 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L112: 	nsExportPartIndex uint32
		linker.go#L1246: 		repr.meta.nsExportPartIndex = c.addPartToFile(sourceIndex, js_ast.Part{
		linker.go#L1258: 		repr.ast.TopLevelSymbolToParts[repr.ast.ExportsRef] = []uint32{repr.meta.nsExportPartIndex}
		linker.go#L1377: 			exportPart := &repr.ast.Parts[repr.meta.nsExportPartIndex]
		linker.go#L1749: 		exportPart := &repr.ast.Parts[repr.meta.nsExportPartIndex]
		linker.go#L1766: 		repr.meta.partMeta[repr.meta.nsExportPartIndex].nonLocalDependencies = nsExportNonLocalDependencies
		linker.go#L2530: 				c.includePart(sourceIndex, repr.meta.nsExportPartIndex, entryPointBit, distanceFromEntryPoint)
		linker.go#L2938: 			if canFileBeSplit && chunk.entryBits.equals(repr.meta.partMeta[repr.meta.nsExportPartIndex].entryBits) {
		linker.go#L2939: 				jsParts = appendOrExtendPartRange(jsParts, sourceIndex, repr.meta.nsExportPartIndex)
		linker.go#L2960: 					if canFileBeSplit && uint32(partIndex) != repr.meta.nsExportPartIndex && c.shouldIncludePart(repr, part) {
		linker.go#L3336: 	nsExportPartIndex := repr.meta.nsExportPartIndex