github.com/evanw/esbuild/internal/bundler.reprJS.cssSourceIndex (field)

6 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L86: 	cssSourceIndex ast.Index32
		bundler.go#L1397: 										cssSourceIndex: ast.MakeIndex32(record.SourceIndex.GetIndex()),
		linker.go#L560: 			if repr, ok := file.repr.(*reprJS); ok && repr.cssSourceIndex.IsValid() {
		linker.go#L561: 				visit(repr.cssSourceIndex.GetIndex())
		linker.go#L2462: 		if repr.cssSourceIndex.IsValid() {
		linker.go#L2463: 			c.includeFile(repr.cssSourceIndex.GetIndex(), entryPointBit, distanceFromEntryPoint)