func github.com/evanw/esbuild/internal/ast.MakeIndex32

15 uses

	github.com/evanw/esbuild/internal/ast (current package)
		ast.go#L101: func MakeIndex32(index uint32) Index32 {

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L1262: 					record.SourceIndex = ast.MakeIndex32(sourceIndex)
		bundler.go#L1331: 						record.SourceIndex = ast.MakeIndex32(secondarySourceIndex)
		bundler.go#L1397: 										cssSourceIndex: ast.MakeIndex32(record.SourceIndex.GetIndex()),
		bundler.go#L1403: 							css.jsSourceIndex = ast.MakeIndex32(sourceIndex)
		linker.go#L846: 								c.symbols.Get(declared.Ref).ChunkIndex = ast.MakeIndex32(uint32(chunkIndex))
		linker.go#L1842: 		repr.meta.entryPointExportPartIndex = ast.MakeIndex32(partIndex)
		linker.go#L2369: 				repr.meta.cjsWrapperPartIndex = ast.MakeIndex32(partIndex)

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L11104: 					ImportRecordIndex:       ast.MakeIndex32(importRecordIndex),
		js_parser.go#L13011: 	p.importRecords[importRecordIndex].SourceIndex = ast.MakeIndex32(sourceIndex)

	github.com/evanw/esbuild/internal/renamer
		renamer.go#L166: 			i = ast.MakeIndex32(uint32(len(*slots)))
		renamer.go#L226: 	validSlot := ast.MakeIndex32(1)
		renamer.go#L264: 			symbol.NestedScopeSlot = ast.MakeIndex32(slot[ns])
		renamer.go#L271: 			symbol.NestedScopeSlot = ast.MakeIndex32(slot[ns])
		renamer.go#L279: 		symbol.NestedScopeSlot = ast.MakeIndex32(slot[js_ast.SlotLabel])