github.com/evanw/esbuild/internal/js_ast.SExportFrom.ImportRecordIndex (field)
8 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L953: ImportRecordIndex uint32
github.com/evanw/esbuild/internal/bundler
linker.go#L3146: if c.shouldRemoveImportExportStmt(sourceIndex, stmtList, partStmts, stmt.Loc, s.NamespaceRef, s.ImportRecordIndex) {
linker.go#L3158: ImportRecordIndex: s.ImportRecordIndex,
linker.go#L3612: if !repr.ast.ImportRecords[s.ImportRecordIndex].SourceIndex.IsValid() {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L5316: ImportRecordIndex: importRecordIndex,
js_parser.go#L12068: p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, s.ImportRecordIndex)
js_parser.go#L12078: ImportRecordIndex: s.ImportRecordIndex,
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2684: p.printQuotedUTF8(p.importRecords[s.ImportRecordIndex].Path.Text, false /* allowBacktick */)
 |
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. |