github.com/evanw/esbuild/internal/bundler.linkerContext.includeFile (method)

7 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L2381: 		c.includeFile(entryPoint, uint(i), 0)
		linker.go#L2442: func (c *linkerContext) includeFile(sourceIndex uint32, entryPointBit uint, distanceFromEntryPoint uint32) {
		linker.go#L2463: 			c.includeFile(repr.cssSourceIndex.GetIndex(), entryPointBit, distanceFromEntryPoint)
		linker.go#L2492: 					c.includeFile(otherSourceIndex, entryPointBit, distanceFromEntryPoint)
		linker.go#L2538: 				c.includeFile(record.SourceIndex.GetIndex(), entryPointBit, distanceFromEntryPoint)
		linker.go#L2594: 	c.includeFile(sourceIndex, entryPointBit, distanceFromEntryPoint)
		linker.go#L2635: 		c.includeFile(otherSourceIndex, entryPointBit, distanceFromEntryPoint)