github.com/evanw/esbuild/internal/bundler.scanner.resultChannel (field)
6 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L886: resultChannel chan parseResult
bundler.go#L901: resultChannel: make(chan parseResult),
bundler.go#L909: s.resultChannel <- parseResult{file: file{source: source, repr: &reprJS{ast: ast}}, ok: ok}
bundler.go#L1018: results: s.resultChannel,
bundler.go#L1089: go func() { s.resultChannel <- result }()
bundler.go#L1239: result := <-s.resultChannel
![]() |
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. |