github.com/evanw/esbuild/internal/bundler.dataForSourceMap.quotedContents (field)
6 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L118: quotedContents [][]byte
bundler.go#L1648: result.quotedContents = [][]byte{js_printer.QuoteForJSON(f.source.Contents, options.ASCIIOnly)}
bundler.go#L1651: result.quotedContents = make([][]byte, len(sm.Sources))
bundler.go#L1667: result.quotedContents[i] = quotedContents
linker.go#L4471: quotedContents = dataForSourceMaps[result.sourceIndex].quotedContents[0]
linker.go#L4498: quotedContents = dataForSourceMaps[result.sourceIndex].quotedContents[i]
![]() |
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. |