type github.com/evanw/esbuild/internal/bundler.file
14 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L35: type file struct {
bundler.go#L124: files []file
bundler.go#L148: file file
bundler.go#L211: file: file{
bundler.go#L909: s.resultChannel <- parseResult{file: file{source: source, repr: &reprJS{ast: ast}}, ok: ok}
bundler.go#L1079: file: file{
bundler.go#L1288: func (s *scanner) processScannedFiles() []file {
bundler.go#L1393: file: file{
bundler.go#L1448: files := make([]file, len(s.results))
bundler.go#L1641: go func(sourceIndex uint32, f *file, repr *reprJS) {
linker.go#L67: files []file
linker.go#L378: files []file,
linker.go#L390: files: make([]file, len(files)),
linker.go#L550: func findReachableFiles(files []file, entryPoints []uint32) []uint32 {
![]() |
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. |