github.com/evanw/esbuild/internal/bundler.chunkReprJS.crossChunkSuffixStmts (field)

3 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L356: 	crossChunkSuffixStmts  []js_ast.Stmt
		linker.go#L960: 				chunkRepr.crossChunkSuffixStmts = []js_ast.Stmt{{Data: &js_ast.SExportClause{
		linker.go#L3712: 				Parts: []js_ast.Part{{Stmts: repr.crossChunkSuffixStmts}},