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

24 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L879: 	options config.Options
		bundler.go#L898: 		options:       options,
		bundler.go#L958: 	optionsClone := s.options
		bundler.go#L1047: 	injectedFiles := make([]config.InjectedFile, 0, len(s.options.InjectedDefines)+len(s.options.InjectAbsPaths))
		bundler.go#L1053: 	for _, define := range s.options.InjectedDefines {
		bundler.go#L1076: 		ast := js_parser.LazyExportAST(s.log, source, js_parser.OptionsFromConfig(&s.options), expr, "")
		bundler.go#L1092: 	results := make([]config.InjectedFile, len(s.options.InjectAbsPaths))
		bundler.go#L1094: 	for _, absPath := range s.options.InjectAbsPaths {
		bundler.go#L1127: 	s.options.InjectedFiles = injectedFiles
		bundler.go#L1135: 	if stdin := s.options.Stdin; stdin != nil {
		bundler.go#L1187: 				s.options.Plugins,
		bundler.go#L1246: 		if s.options.Mode == config.ModeBundle {
		bundler.go#L1267: 						if relPath, ok := s.fs.Rel(s.options.AbsOutputDir, path.Text); ok {
		bundler.go#L1299: 		if s.options.AbsMetadataFile != "" {
		bundler.go#L1300: 			j.AddBytes(js_printer.QuoteForJSON(result.file.source.PrettyPath, s.options.ASCIIOnly))
		bundler.go#L1305: 		if s.options.Mode == config.ModeBundle {
		bundler.go#L1336: 				if s.options.AbsMetadataFile != "" {
		bundler.go#L1344: 						js_printer.QuoteForJSON(s.results[record.SourceIndex.GetIndex()].file.source.PrettyPath, s.options.ASCIIOnly),
		bundler.go#L1345: 						js_printer.QuoteForJSON(record.Kind.StringForMetafile(), s.options.ASCIIOnly)))
		bundler.go#L1379: 						if s.options.WriteToStdout {
		bundler.go#L1396: 											js_parser.OptionsFromConfig(&s.options), js_ast.Expr{Data: &js_ast.EObject{}}, ""),
		bundler.go#L1414: 				if record.WasOriginallyBareImport && !s.options.IgnoreDCEAnnotations {
		bundler.go#L1435: 		if s.options.AbsMetadataFile != "" {