github.com/evanw/esbuild/internal/js_ast.Part.ImportRecordIndices (field)
9 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1762: ImportRecordIndices []uint32
github.com/evanw/esbuild/internal/bundler
linker.go#L831: for _, importRecordIndex := range part.ImportRecordIndices {
linker.go#L2476: for _, importRecordIndex := range part.ImportRecordIndices {
linker.go#L2613: for _, importRecordIndex := range part.ImportRecordIndices {
linker.go#L2946: for _, importRecordIndex := range part.ImportRecordIndices {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L12133: part.ImportRecordIndices = p.importRecordsForCurrentPart
js_parser.go#L13030: ImportRecordIndices: []uint32{importRecordIndex},
js_parser.go#L13070: part.ImportRecordIndices = append(part.ImportRecordIndices, p.importRecordsForCurrentPart...)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |