UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

76 lines (69 loc) 3.71 kB
goog.provide('reagent.impl.protocols'); /** * @interface */ reagent.impl.protocols.Compiler = function(){}; var reagent$impl$protocols$Compiler$get_id$dyn_44895 = (function (this$){ var x__4428__auto__ = (((this$ == null))?null:this$); var m__4429__auto__ = (reagent.impl.protocols.get_id[goog.typeOf(x__4428__auto__)]); if((!((m__4429__auto__ == null)))){ return (m__4429__auto__.cljs$core$IFn$_invoke$arity$1 ? m__4429__auto__.cljs$core$IFn$_invoke$arity$1(this$) : m__4429__auto__.call(null,this$)); } else { var m__4426__auto__ = (reagent.impl.protocols.get_id["_"]); if((!((m__4426__auto__ == null)))){ return (m__4426__auto__.cljs$core$IFn$_invoke$arity$1 ? m__4426__auto__.cljs$core$IFn$_invoke$arity$1(this$) : m__4426__auto__.call(null,this$)); } else { throw cljs.core.missing_protocol("Compiler.get-id",this$); } } }); reagent.impl.protocols.get_id = (function reagent$impl$protocols$get_id(this$){ if((((!((this$ == null)))) && ((!((this$.reagent$impl$protocols$Compiler$get_id$arity$1 == null)))))){ return this$.reagent$impl$protocols$Compiler$get_id$arity$1(this$); } else { return reagent$impl$protocols$Compiler$get_id$dyn_44895(this$); } }); var reagent$impl$protocols$Compiler$as_element$dyn_44904 = (function (this$,x){ var x__4428__auto__ = (((this$ == null))?null:this$); var m__4429__auto__ = (reagent.impl.protocols.as_element[goog.typeOf(x__4428__auto__)]); if((!((m__4429__auto__ == null)))){ return (m__4429__auto__.cljs$core$IFn$_invoke$arity$2 ? m__4429__auto__.cljs$core$IFn$_invoke$arity$2(this$,x) : m__4429__auto__.call(null,this$,x)); } else { var m__4426__auto__ = (reagent.impl.protocols.as_element["_"]); if((!((m__4426__auto__ == null)))){ return (m__4426__auto__.cljs$core$IFn$_invoke$arity$2 ? m__4426__auto__.cljs$core$IFn$_invoke$arity$2(this$,x) : m__4426__auto__.call(null,this$,x)); } else { throw cljs.core.missing_protocol("Compiler.as-element",this$); } } }); reagent.impl.protocols.as_element = (function reagent$impl$protocols$as_element(this$,x){ if((((!((this$ == null)))) && ((!((this$.reagent$impl$protocols$Compiler$as_element$arity$2 == null)))))){ return this$.reagent$impl$protocols$Compiler$as_element$arity$2(this$,x); } else { return reagent$impl$protocols$Compiler$as_element$dyn_44904(this$,x); } }); var reagent$impl$protocols$Compiler$make_element$dyn_44911 = (function (this$,argv,component,jsprops,first_child){ var x__4428__auto__ = (((this$ == null))?null:this$); var m__4429__auto__ = (reagent.impl.protocols.make_element[goog.typeOf(x__4428__auto__)]); if((!((m__4429__auto__ == null)))){ return (m__4429__auto__.cljs$core$IFn$_invoke$arity$5 ? m__4429__auto__.cljs$core$IFn$_invoke$arity$5(this$,argv,component,jsprops,first_child) : m__4429__auto__.call(null,this$,argv,component,jsprops,first_child)); } else { var m__4426__auto__ = (reagent.impl.protocols.make_element["_"]); if((!((m__4426__auto__ == null)))){ return (m__4426__auto__.cljs$core$IFn$_invoke$arity$5 ? m__4426__auto__.cljs$core$IFn$_invoke$arity$5(this$,argv,component,jsprops,first_child) : m__4426__auto__.call(null,this$,argv,component,jsprops,first_child)); } else { throw cljs.core.missing_protocol("Compiler.make-element",this$); } } }); reagent.impl.protocols.make_element = (function reagent$impl$protocols$make_element(this$,argv,component,jsprops,first_child){ if((((!((this$ == null)))) && ((!((this$.reagent$impl$protocols$Compiler$make_element$arity$5 == null)))))){ return this$.reagent$impl$protocols$Compiler$make_element$arity$5(this$,argv,component,jsprops,first_child); } else { return reagent$impl$protocols$Compiler$make_element$dyn_44911(this$,argv,component,jsprops,first_child); } }); //# sourceMappingURL=reagent.impl.protocols.js.map