github.com/evanw/esbuild/internal/js_printer.PrintResult.JS (field)

13 uses

	github.com/evanw/esbuild/internal/js_printer (current package)
		js_printer.go#L3076: 	JS []byte
		js_printer.go#L3133: 		JS:                p.js,

	github.com/evanw/esbuild/internal/bundler
		linker.go#L3710: 			}, c.symbols, r, printOptions).JS
		linker.go#L3713: 			}, c.symbols, r, printOptions).JS
		linker.go#L3877: 			if c.options.Mode == config.ModeBundle && !c.options.RemoveWhitespace && prevComment != compileResult.sourceIndex && len(compileResult.JS) > 0 {
		linker.go#L3901: 				prevOffset.advanceString(string(compileResult.JS))
		linker.go#L3902: 				j.AddBytes(compileResult.JS)
		linker.go#L3906: 				j.AddBytes(compileResult.JS)
		linker.go#L3910: 					prevOffset.advanceBytes(compileResult.JS)
		linker.go#L3925: 						metaByteCount[path] = count + len(compileResult.JS)
		linker.go#L3928: 						metaByteCount[path] = len(compileResult.JS)
		linker.go#L3934: 			if len(compileResult.JS) > 0 {
		linker.go#L3943: 			j.AddBytes(entryPointTail.JS)