goog.provide('devtools.formatters.core'); devtools.formatters.core.want_value_QMARK__STAR_ = (function devtools$formatters$core$want_value_QMARK__STAR_(value){ var and__5023__auto__ = cljs.core.not(devtools.formatters.state.prevent_recursion_QMARK_()); if(and__5023__auto__){ var or__5025__auto__ = devtools.formatters.helpers.cljs_value_QMARK_(value); if(cljs.core.truth_(or__5025__auto__)){ return or__5025__auto__; } else { return devtools.formatters.templating.surrogate_QMARK_(value); } } else { return and__5023__auto__; } }); devtools.formatters.core.header_STAR_ = (function devtools$formatters$core$header_STAR_(value){ var json_ml = ((devtools.formatters.templating.surrogate_QMARK_(value))?devtools.formatters.templating.render_markup(devtools.formatters.markup._LT_surrogate_header_GT_(value)):(cljs.core.truth_((function (){try{if((!((value == null)))){ if(((false) || ((cljs.core.PROTOCOL_SENTINEL === value.devtools$format$IDevtoolsFormat$)))){ return true; } else { if((!value.cljs$lang$protocol_mask$partition$)){ return cljs.core.native_satisfies_QMARK_(devtools.format.IDevtoolsFormat,value); } else { return false; } } } else { return cljs.core.native_satisfies_QMARK_(devtools.format.IDevtoolsFormat,value); } }catch (e32253){var _e__29009__auto__ = e32253; return false; }})())?devtools.format._header(value):(cljs.core.truth_((function (){try{if((!((value == null)))){ if(((false) || ((cljs.core.PROTOCOL_SENTINEL === value.devtools$protocols$IFormat$)))){ return true; } else { if((!value.cljs$lang$protocol_mask$partition$)){ return cljs.core.native_satisfies_QMARK_(devtools.protocols.IFormat,value); } else { return false; } } } else { return cljs.core.native_satisfies_QMARK_(devtools.protocols.IFormat,value); } }catch (e32260){var _e__29009__auto__ = e32260; return false; }})())?devtools.protocols._header(value):devtools.formatters.templating.render_markup(devtools.formatters.markup._LT_header_GT_(value)) ))); return devtools.formatters.budgeting.alter_json_ml_to_fit_in_remaining_budget_BANG_(value,json_ml); }); devtools.formatters.core.has_body_STAR_ = (function devtools$formatters$core$has_body_STAR_(value){ if(cljs.core.truth_(devtools.formatters.budgeting.was_over_budget_QMARK__BANG_(value))){ return false; } else { return cljs.core.boolean$(((devtools.formatters.templating.surrogate_QMARK_(value))?(!((devtools.formatters.templating.get_surrogate_body(value) == null))):(cljs.core.truth_((function (){try{if((!((value == null)))){ if(((false) || ((cljs.core.PROTOCOL_SENTINEL === value.devtools$format$IDevtoolsFormat$)))){ return true; } else { if((!value.cljs$lang$protocol_mask$partition$)){ return cljs.core.native_satisfies_QMARK_(devtools.format.IDevtoolsFormat,value); } else { return false; } } } else { return cljs.core.native_satisfies_QMARK_(devtools.format.IDevtoolsFormat,value); } }catch (e32314){var _e__29009__auto__ = e32314; return false; }})())?devtools.format._has_body(value):(cljs.core.truth_((function (){try{if((!((value == null)))){ if(((false) || ((cljs.core.PROTOCOL_SENTINEL === value.devtools$protocols$IFormat$)))){ return true; } else { if((!value.cljs$lang$protocol_mask$partition$)){ return cljs.core.native_satisfies_QMARK_(devtools.protocols.IFormat,value); } else { return false; } } } else { return cljs.core.native_satisfies_QMARK_(devtools.protocols.IFormat,value); } }catch (e32323){var _e__29009__auto__ = e32323; return false; }})())?devtools.protocols._has_body(value):false )))); } }); devtools.formatters.core.body_STAR_ = (function devtools$formatters$core$body_STAR_(value){ devtools.formatters.state.update_current_state_BANG_(devtools.formatters.state.reset_depth_limits); if(devtools.formatters.templating.surrogate_QMARK_(value)){ return devtools.formatters.templating.render_markup(devtools.formatters.markup._LT_surrogate_body_GT_(value)); } else { if(cljs.core.truth_((function (){try{if((!((value == null)))){ if(((false) || ((cljs.core.PROTOCOL_SENTINEL === value.devtools$format$IDevtoolsFormat$)))){ return true; } else { if((!value.cljs$lang$protocol_mask$partition$)){ return cljs.core.native_satisfies_QMARK_(devtools.format.IDevtoolsFormat,value); } else { return false; } } } else { return cljs.core.native_satisfies_QMARK_(devtools.format.IDevtoolsFormat,value); } }catch (e32328){var _e__29009__auto__ = e32328; return false; }})())){ return devtools.format._body(value); } else { if(cljs.core.truth_((function (){try{if((!((value == null)))){ if(((false) || ((cljs.core.PROTOCOL_SENTINEL === value.devtools$protocols$IFormat$)))){ return true; } else { if((!value.cljs$lang$protocol_mask$partition$)){ return cljs.core.native_satisfies_QMARK_(devtools.protocols.IFormat,value); } else { return false; } } } else { return cljs.core.native_satisfies_QMARK_(devtools.protocols.IFormat,value); } }catch (e32332){var _e__29009__auto__ = e32332; return false; }})())){ return devtools.protocols._body(value); } else { return null; } } } }); devtools.formatters.core.config_wrapper = (function devtools$formatters$core$config_wrapper(raw_fn){ return (function (value,config){ var _STAR_current_state_STAR__orig_val__32339 = devtools.formatters.state._STAR_current_state_STAR_; var _STAR_current_state_STAR__temp_val__32340 = (function (){var or__5025__auto__ = config; if(cljs.core.truth_(or__5025__auto__)){ return or__5025__auto__; } else { return devtools.formatters.state.get_default_state(); } })(); (devtools.formatters.state._STAR_current_state_STAR_ = _STAR_current_state_STAR__temp_val__32340); try{return (raw_fn.cljs$core$IFn$_invoke$arity$1 ? raw_fn.cljs$core$IFn$_invoke$arity$1(value) : raw_fn.call(null,value)); }finally {(devtools.formatters.state._STAR_current_state_STAR_ = _STAR_current_state_STAR__orig_val__32339); }}); }); devtools.formatters.core.want_value_QMARK_ = devtools.formatters.core.config_wrapper(devtools.formatters.core.want_value_QMARK__STAR_); devtools.formatters.core.header = devtools.formatters.core.config_wrapper(devtools.formatters.core.header_STAR_); devtools.formatters.core.has_body = devtools.formatters.core.config_wrapper(devtools.formatters.core.has_body_STAR_); devtools.formatters.core.body = devtools.formatters.core.config_wrapper(devtools.formatters.core.body_STAR_); devtools.formatters.core.wrap_with_exception_guard = (function devtools$formatters$core$wrap_with_exception_guard(f){ return (function() { var G__32431__delegate = function (args){ try{return cljs.core.apply.cljs$core$IFn$_invoke$arity$2(f,args); }catch (e32346){var e = e32346; devtools.reporter.report_internal_error_BANG_.cljs$core$IFn$_invoke$arity$variadic(e,cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2(["an exception was raised during value formatting"], 0)); return null; }}; var G__32431 = function (var_args){ var args = null; if (arguments.length > 0) { var G__32434__i = 0, G__32434__a = new Array(arguments.length - 0); while (G__32434__i < G__32434__a.length) {G__32434__a[G__32434__i] = arguments[G__32434__i + 0]; ++G__32434__i;} args = new cljs.core.IndexedSeq(G__32434__a,0,null); } return G__32431__delegate.call(this,args);}; G__32431.cljs$lang$maxFixedArity = 0; G__32431.cljs$lang$applyTo = (function (arglist__32435){ var args = cljs.core.seq(arglist__32435); return G__32431__delegate(args); }); G__32431.cljs$core$IFn$_invoke$arity$variadic = G__32431__delegate; return G__32431; })() ; }); devtools.formatters.core.build_api_call = (function devtools$formatters$core$build_api_call(raw_fn,pre_handler_key,post_handler_key){ var handler = (function (value,config){ var pre_handler = (function (){var or__5025__auto__ = devtools.prefs.pref(pre_handler_key); if(cljs.core.truth_(or__5025__auto__)){ return or__5025__auto__; } else { return cljs.core.identity; } })(); var post_handler = (function (){var or__5025__auto__ = devtools.prefs.pref(post_handler_key); if(cljs.core.truth_(or__5025__auto__)){ return or__5025__auto__; } else { return cljs.core.identity; } })(); var preprocessed_value = (pre_handler.cljs$core$IFn$_invoke$arity$1 ? pre_handler.cljs$core$IFn$_invoke$arity$1(value) : pre_handler.call(null,value)); var result = (cljs.core.truth_(devtools.formatters.core.want_value_QMARK_(preprocessed_value,config))?(raw_fn.cljs$core$IFn$_invoke$arity$2 ? raw_fn.cljs$core$IFn$_invoke$arity$2(preprocessed_value,config) : raw_fn.call(null,preprocessed_value,config)):null); return (post_handler.cljs$core$IFn$_invoke$arity$1 ? post_handler.cljs$core$IFn$_invoke$arity$1(result) : post_handler.call(null,result)); }); return devtools.formatters.core.wrap_with_exception_guard(handler); }); devtools.formatters.core.header_api_call = devtools.formatters.core.build_api_call(devtools.formatters.core.header,new cljs.core.Keyword(null,"header-pre-handler","header-pre-handler",-1997722262),new cljs.core.Keyword(null,"header-post-handler","header-post-handler",514828618)); devtools.formatters.core.has_body_api_call = devtools.formatters.core.build_api_call(devtools.formatters.core.has_body,new cljs.core.Keyword(null,"has-body-pre-handler","has-body-pre-handler",1787020038),new cljs.core.Keyword(null,"has-body-post-handler","has-body-post-handler",-863451271)); devtools.formatters.core.body_api_call = devtools.formatters.core.build_api_call(devtools.formatters.core.body,new cljs.core.Keyword(null,"body-pre-handler","body-pre-handler",1211926529),new cljs.core.Keyword(null,"body-post-handler","body-post-handler",-1040905424)); //# sourceMappingURL=devtools.formatters.core.js.map