github.com/evanw/esbuild/internal/bundler.scanner.log (field)

16 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L875: 	log     logger.Log
		bundler.go#L894: 		log:           log,
		bundler.go#L1006: 		log:                s.log,
		bundler.go#L1076: 		ast := js_parser.LazyExportAST(s.log, source, js_parser.OptionsFromConfig(&s.options), expr, "")
		bundler.go#L1099: 			s.log.AddError(nil, logger.Loc{}, fmt.Sprintf("Duplicate injected file %q", prettyPath))
		bundler.go#L1107: 			s.log.AddError(nil, logger.Loc{}, fmt.Sprintf("Could not resolve %q", prettyPath))
		bundler.go#L1189: 				s.log,
		bundler.go#L1200: 					s.log.AddError(nil, logger.Loc{}, fmt.Sprintf("The entry point %q cannot be marked as external", path))
		bundler.go#L1211: 				s.log.AddError(nil, logger.Loc{}, fmt.Sprintf("Could not resolve %q%s", path, hint))
		bundler.go#L1225: 				s.log.AddError(nil, logger.Loc{}, fmt.Sprintf("Duplicate entry point %q", prettyPath))
		bundler.go#L1353: 						s.log.AddRangeError(&result.file.source, record.Range,
		bundler.go#L1362: 						s.log.AddRangeError(&result.file.source, record.Range,
		bundler.go#L1367: 							s.log.AddRangeError(&result.file.source, record.Range,
		bundler.go#L1380: 							s.log.AddRangeError(&result.file.source, record.Range,
		bundler.go#L1395: 										ast: js_parser.LazyExportAST(s.log, source,
		bundler.go#L1426: 						s.log.AddRangeWarningWithNotes(&result.file.source, record.Range,