type github.com/evanw/esbuild/internal/bundler.compileResultJS

7 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L3308: type compileResultJS struct {
		linker.go#L3331: 	result *compileResultJS,
		linker.go#L3463: 	*result = compileResultJS{
		linker.go#L3651: 	compileResults := make([]compileResultJS, 0, len(chunk.partsInChunkInOrder))
		linker.go#L3668: 		compileResults = append(compileResults, compileResultJS{})
		linker.go#L3850: 		var compileResultsForSourceMap []compileResultJS
		linker.go#L4442: 	results []compileResultJS,