type github.com/evanw/esbuild/internal/bundler.dataForSourceMap
9 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L109: type dataForSourceMap struct {
bundler.go#L1627: func (b *Bundle) computeDataForSourceMapsInParallel(options *config.Options, reachableFiles []uint32) func() []dataForSourceMap {
bundler.go#L1629: return func() []dataForSourceMap {
bundler.go#L1635: results := make([]dataForSourceMap, len(b.files))
bundler.go#L1677: return func() []dataForSourceMap {
linker.go#L97: dataForSourceMaps func() []dataForSourceMap
linker.go#L381: dataForSourceMaps func() []dataForSourceMap,
linker.go#L3332: dataForSourceMaps []dataForSourceMap,
linker.go#L4444: dataForSourceMaps []dataForSourceMap,
![]() |
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. |