github.com/evanw/esbuild/internal/bundler.Bundle.fs (field)
8 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L122: fs fs.FS
bundler.go#L918: fs: fs,
bundler.go#L1529: c := newLinkerContext(&options, log, b.fs, b.res, b.files, b.entryPoints, allReachableFiles, dataForSourceMaps)
bundler.go#L1540: c := newLinkerContext(&options, log, b.fs, b.res, b.files, entryPoints, reachableFiles, dataForSourceMaps)
bundler.go#L1606: if relPath, ok := b.fs.Rel(b.fs.Cwd(), outputPath); ok {
bundler.go#L1715: lowestAbsDir := b.fs.Dir(absPaths[0])
bundler.go#L1718: absDir := b.fs.Dir(absPath)
 |
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. |