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

3 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L3046: func (c *linkerContext) convertStmtsForChunk(sourceIndex uint32, stmtList *stmtList, partStmts []js_ast.Stmt) {
		linker.go#L3344: 		c.convertStmtsForChunk(partRange.sourceIndex, &stmtList, repr.ast.Parts[nsExportPartIndex].Stmts)
		linker.go#L3376: 		c.convertStmtsForChunk(partRange.sourceIndex, &stmtList, part.Stmts)