const github.com/evanw/esbuild/internal/js_parser.stmtsNormal

12 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L6527: 	stmtsNormal stmtsKind = iota
		js_parser.go#L8158: 		s.Stmt = p.visitSingleStmt(s.Stmt, stmtsNormal)
		js_parser.go#L8269: 			s.Stmts = p.visitStmts(s.Stmts, stmtsNormal)
		js_parser.go#L8288: 		s.Body = p.visitSingleStmt(s.Body, stmtsNormal)
		js_parser.go#L8332: 			s.Yes = p.visitSingleStmt(s.Yes, stmtsNormal)
		js_parser.go#L8335: 			s.Yes = p.visitSingleStmt(s.Yes, stmtsNormal)
		js_parser.go#L8344: 				*s.No = p.visitSingleStmt(*s.No, stmtsNormal)
		js_parser.go#L8347: 				*s.No = p.visitSingleStmt(*s.No, stmtsNormal)
		js_parser.go#L8453: 		s.Body = p.visitStmts(s.Body, stmtsNormal)
		js_parser.go#L8462: 			s.Catch.Body = p.visitStmts(s.Catch.Body, stmtsNormal)
		js_parser.go#L8469: 			s.Finally.Stmts = p.visitStmts(s.Finally.Stmts, stmtsNormal)
		js_parser.go#L8484: 			c.Body = p.visitStmts(c.Body, stmtsNormal)