github.com/evanw/esbuild/internal/js_parser.prependTempRefsOpts.kind (field)

5 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L6470: 	kind      stmtsKind
		js_parser.go#L6479: 	stmts = p.visitStmts(stmts, opts.kind)
		js_parser.go#L8689: 		stmtsInsideNamespace := p.visitStmtsAndPrependTempRefs(s.Stmts, prependTempRefsOpts{kind: stmtsFnBody})
		js_parser.go#L11426: 		e.Body.Stmts = p.visitStmtsAndPrependTempRefs(e.Body.Stmts, prependTempRefsOpts{kind: stmtsFnBody})
		js_parser.go#L11655: 	fn.Body.Stmts = p.visitStmtsAndPrependTempRefs(fn.Body.Stmts, prependTempRefsOpts{fnBodyLoc: &fn.Body.Loc, kind: stmtsFnBody})