github.com/evanw/esbuild/internal/js_printer.printer.importRecords (field)
7 uses
github.com/evanw/esbuild/internal/js_printer (current package)
js_printer.go#L459: importRecords []ast.ImportRecord
js_printer.go#L1272: record := &p.importRecords[importRecordIndex]
js_printer.go#L1513: p.printQuotedUTF8(p.importRecords[e.ImportRecordIndex].Path.Text, true /* allowBacktick */)
js_printer.go#L2601: p.printQuotedUTF8(p.importRecords[s.ImportRecordIndex].Path.Text, false /* allowBacktick */)
js_printer.go#L2684: p.printQuotedUTF8(p.importRecords[s.ImportRecordIndex].Path.Text, false /* allowBacktick */)
js_printer.go#L2958: p.printQuotedUTF8(p.importRecords[s.ImportRecordIndex].Path.Text, false /* allowBacktick */)
js_printer.go#L3090: importRecords: tree.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. |