github.com/evanw/esbuild/internal/bundler.reprCSS.jsSourceIndex (field)

5 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L99: 	jsSourceIndex ast.Index32
		bundler.go#L1382: 						} else if !css.jsSourceIndex.IsValid() {
		bundler.go#L1403: 							css.jsSourceIndex = ast.MakeIndex32(sourceIndex)
		bundler.go#L1405: 						record.SourceIndex = css.jsSourceIndex
		bundler.go#L1406: 						if !css.jsSourceIndex.IsValid() {