github.com/evanw/esbuild/internal/js_parser.parser.importRecords (field)
11 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L105: importRecords []ast.ImportRecord
js_parser.go#L5876: p.importRecords[stmt.ImportRecordIndex].WasOriginallyBareImport = wasOriginallyBareImport
js_parser.go#L6143: index := uint32(len(p.importRecords))
js_parser.go#L6144: p.importRecords = append(p.importRecords, ast.ImportRecord{
js_parser.go#L11232: p.importRecords[importRecordIndex].IsInsideTryBody = p.fnOrArrowDataVisit.tryBodyCount != 0
js_parser.go#L11352: p.importRecords[importRecordIndex].IsInsideTryBody = p.fnOrArrowDataVisit.tryBodyCount != 0
js_parser.go#L11856: if record := &p.importRecords[s.ImportRecordIndex]; !record.SourceIndex.IsValid() {
js_parser.go#L11987: p.importRecords[s.ImportRecordIndex].ContainsImportStar = true
js_parser.go#L13011: p.importRecords[importRecordIndex].SourceIndex = ast.MakeIndex32(sourceIndex)
js_parser.go#L13166: ImportRecords: p.importRecords,
![]() |
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. |