github.com/evanw/esbuild/internal/logger.Path.IsDisabled (method)

4 uses

	github.com/evanw/esbuild/internal/logger (current package)
		logger.go#L155: func (p Path) IsDisabled() bool {

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L795: 	if source.KeyPath.IsDisabled() {
		linker.go#L2282: 	if c.files[otherSourceIndex].source.KeyPath.IsDisabled() {

	github.com/evanw/esbuild/internal/resolver
		resolver.go#L576: 	if path.IsDisabled() {