github.com/evanw/esbuild/internal/js_parser.parser.isImportItem (field)
7 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L114: isImportItem map[js_ast.Ref]bool
js_parser.go#L5894: p.isImportItem[ref] = true
js_parser.go#L5904: p.isImportItem[ref] = true
js_parser.go#L9402: p.isImportItem[item.Ref] = true
js_parser.go#L11571: if p.isImportItem[ref] {
js_parser.go#L12653: isImportItem: make(map[js_ast.Ref]bool),
js_parser.go#L13018: p.isImportItem[ref] = true
![]() |
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. |