github.com/evanw/esbuild/internal/logger.Source.Index (field)

11 uses

	github.com/evanw/esbuild/internal/logger (current package)
		logger.go#L198: 	Index uint32

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L156: 		Index:          args.sourceIndex,
		bundler.go#L191: 					SourceIndex: source.Index,
		bundler.go#L376: 			SourceIndex: source.Index,
		bundler.go#L1059: 			Index:          sourceIndex,
		bundler.go#L1284: 		s.results[result.file.source.Index] = result
		bundler.go#L1389: 								Index:      sourceIndex,

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L1188: 	ref := js_ast.Ref{OuterIndex: p.source.Index, InnerIndex: uint32(len(p.symbols))}
		js_parser.go#L12962: 	if !p.options.minifyIdentifiers || p.source.Index == runtime.SourceIndex {

	github.com/evanw/esbuild/internal/runtime
		runtime.go#L216: 	Index:          SourceIndex,
		runtime.go#L224: 	Index:          SourceIndex,