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,