github.com/evanw/esbuild/internal/js_ast.AST.ExportStarImportRecords (field)
7 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1618: ExportStarImportRecords []uint32
github.com/evanw/esbuild/internal/bundler
linker.go#L1192: if repr, ok := c.files[sourceIndex].repr.(*reprJS); ok && len(repr.ast.ExportStarImportRecords) > 0 {
linker.go#L1241: if len(repr.ast.ExportStarImportRecords) > 0 {
linker.go#L2139: for _, importRecordIndex := range repr.ast.ExportStarImportRecords {
linker.go#L2169: for _, importRecordIndex := range repr.ast.ExportStarImportRecords {
linker.go#L2656: for _, importRecordIndex := range repr.ast.ExportStarImportRecords {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L13165: ExportStarImportRecords: p.exportStarImportRecords,
![]() |
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. |