github.com/evanw/esbuild/internal/js_parser.parser.importRecordsForCurrentPart (field)
17 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L106: importRecordsForCurrentPart []uint32
js_parser.go#L11101: p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, importRecordIndex)
js_parser.go#L11233: p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, importRecordIndex)
js_parser.go#L11353: p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, importRecordIndex)
js_parser.go#L11984: p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, s.ImportRecordIndex)
js_parser.go#L12050: p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, s.ImportRecordIndex)
js_parser.go#L12068: p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, s.ImportRecordIndex)
js_parser.go#L12097: p.importRecordsForCurrentPart = nil
js_parser.go#L12133: part.ImportRecordIndices = p.importRecordsForCurrentPart
js_parser.go#L13062: p.importRecordsForCurrentPart = nil
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. |