github.com/evanw/esbuild/internal/bundler.linkerContext.hasErrors (field)

4 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L68: 	hasErrors   bool
		linker.go#L587: 	c.hasErrors = true
		linker.go#L592: 	c.hasErrors = true
		linker.go#L618: 	if c.hasErrors {