type github.com/evanw/esbuild/internal/bundler.scanner
8 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L874: type scanner struct {
bundler.go#L893: s := scanner{
bundler.go#L934: func (s *scanner) maybeParseFile(
bundler.go#L1026: func (s *scanner) allocateSourceIndex(path logger.Path, kind cache.SourceIndexKind) uint32 {
bundler.go#L1046: func (s *scanner) preprocessInjectedFiles() {
bundler.go#L1130: func (s *scanner) addEntryPoints(entryPoints []string) []uint32 {
bundler.go#L1236: func (s *scanner) scanAllDependencies() {
bundler.go#L1288: func (s *scanner) processScannedFiles() []file {
![]() |
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. |