github.com/evanw/esbuild/internal/bundler.stmtList.prefixStmts (field)

11 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L3036: 	stmtList.prefixStmts = append(stmtList.prefixStmts, js_ast.Stmt{
		linker.go#L3085: 							stmtList.prefixStmts = append(stmtList.prefixStmts, js_ast.Stmt{
		linker.go#L3106: 							stmtList.prefixStmts = append(stmtList.prefixStmts, js_ast.Stmt{
		linker.go#L3290: 	prefixStmts []js_ast.Stmt
		linker.go#L3347: 		stmtList.prefixStmts = append(stmtList.prefixStmts, stmtList.normalStmts...)
		linker.go#L3386: 	if len(stmtList.prefixStmts) > 0 {
		linker.go#L3387: 		stmts = append(stmtList.prefixStmts, stmts...)