type github.com/evanw/esbuild/internal/ast.Index32

19 uses

	github.com/evanw/esbuild/internal/ast (current package)
		ast.go#L65: 	SourceIndex Index32
		ast.go#L97: type Index32 struct {
		ast.go#L101: func MakeIndex32(index uint32) Index32 {
		ast.go#L102: 	return Index32{flippedBits: ^index}
		ast.go#L105: func (i Index32) IsValid() bool {
		ast.go#L109: func (i Index32) GetIndex() uint32 {

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L86: 	cssSourceIndex ast.Index32
		bundler.go#L99: 	jsSourceIndex ast.Index32
		linker.go#L117: 	entryPointExportPartIndex ast.Index32
		linker.go#L226: 	cjsWrapperPartIndex ast.Index32
		linker.go#L835: 								record.SourceIndex = ast.Index32{}
		linker.go#L1124: 						record.SourceIndex = ast.Index32{}

	github.com/evanw/esbuild/internal/js_ast
		js_ast.go#L634: 	ImportRecordIndex ast.Index32
		js_ast.go#L1413: 	ChunkIndex ast.Index32
		js_ast.go#L1426: 	NestedScopeSlot ast.Index32

	github.com/evanw/esbuild/internal/renamer
		renamer.go#L78: 	symbolToSlot  map[js_ast.Ref]ast.Index32
		renamer.go#L90: 		symbolToSlot: make(map[js_ast.Ref]ast.Index32),
		renamer.go#L242: 		symbols[member.Ref.InnerIndex].NestedScopeSlot = ast.Index32{}
		renamer.go#L245: 		symbols[ref.InnerIndex].NestedScopeSlot = ast.Index32{}