@p4ulcristian/iris-layout 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cljs-runtime/cljs.core.js +38746 -0
- package/dist/cljs-runtime/cljs.core.js.map +1 -0
- package/dist/cljs-runtime/cljs.pprint.js +8400 -0
- package/dist/cljs-runtime/cljs.pprint.js.map +1 -0
- package/dist/cljs-runtime/cljs.stacktrace.js +561 -0
- package/dist/cljs-runtime/cljs.stacktrace.js.map +1 -0
- package/dist/cljs-runtime/cljs_env.js +1286 -0
- package/dist/cljs-runtime/clojure.data.js +295 -0
- package/dist/cljs-runtime/clojure.data.js.map +1 -0
- package/dist/cljs-runtime/clojure.set.js +382 -0
- package/dist/cljs-runtime/clojure.set.js.map +1 -0
- package/dist/cljs-runtime/clojure.string.js +480 -0
- package/dist/cljs-runtime/clojure.string.js.map +1 -0
- package/dist/cljs-runtime/clojure.walk.js +132 -0
- package/dist/cljs-runtime/clojure.walk.js.map +1 -0
- package/dist/cljs-runtime/devtools.async.js +90 -0
- package/dist/cljs-runtime/devtools.async.js.map +1 -0
- package/dist/cljs-runtime/devtools.context.js +11 -0
- package/dist/cljs-runtime/devtools.context.js.map +1 -0
- package/dist/cljs-runtime/devtools.core.js +175 -0
- package/dist/cljs-runtime/devtools.core.js.map +1 -0
- package/dist/cljs-runtime/devtools.defaults.js +20 -0
- package/dist/cljs-runtime/devtools.defaults.js.map +1 -0
- package/dist/cljs-runtime/devtools.format.js +631 -0
- package/dist/cljs-runtime/devtools.format.js.map +1 -0
- package/dist/cljs-runtime/devtools.formatters.budgeting.js +182 -0
- package/dist/cljs-runtime/devtools.formatters.budgeting.js.map +1 -0
- package/dist/cljs-runtime/devtools.formatters.core.js +220 -0
- package/dist/cljs-runtime/devtools.formatters.core.js.map +1 -0
- package/dist/cljs-runtime/devtools.formatters.helpers.js +228 -0
- package/dist/cljs-runtime/devtools.formatters.helpers.js.map +1 -0
- package/dist/cljs-runtime/devtools.formatters.js +261 -0
- package/dist/cljs-runtime/devtools.formatters.js.map +1 -0
- package/dist/cljs-runtime/devtools.formatters.markup.js +1174 -0
- package/dist/cljs-runtime/devtools.formatters.markup.js.map +1 -0
- package/dist/cljs-runtime/devtools.formatters.printing.js +313 -0
- package/dist/cljs-runtime/devtools.formatters.printing.js.map +1 -0
- package/dist/cljs-runtime/devtools.formatters.state.js +325 -0
- package/dist/cljs-runtime/devtools.formatters.state.js.map +1 -0
- package/dist/cljs-runtime/devtools.formatters.templating.js +666 -0
- package/dist/cljs-runtime/devtools.formatters.templating.js.map +1 -0
- package/dist/cljs-runtime/devtools.hints.js +193 -0
- package/dist/cljs-runtime/devtools.hints.js.map +1 -0
- package/dist/cljs-runtime/devtools.munging.js +1058 -0
- package/dist/cljs-runtime/devtools.munging.js.map +1 -0
- package/dist/cljs-runtime/devtools.prefs.js +87 -0
- package/dist/cljs-runtime/devtools.prefs.js.map +1 -0
- package/dist/cljs-runtime/devtools.preload.js +11 -0
- package/dist/cljs-runtime/devtools.preload.js.map +1 -0
- package/dist/cljs-runtime/devtools.protocols.js +98 -0
- package/dist/cljs-runtime/devtools.protocols.js.map +1 -0
- package/dist/cljs-runtime/devtools.reporter.js +81 -0
- package/dist/cljs-runtime/devtools.reporter.js.map +1 -0
- package/dist/cljs-runtime/devtools.toolbox.js +141 -0
- package/dist/cljs-runtime/devtools.toolbox.js.map +1 -0
- package/dist/cljs-runtime/devtools.util.js +517 -0
- package/dist/cljs-runtime/devtools.util.js.map +1 -0
- package/dist/cljs-runtime/devtools.version.js +9 -0
- package/dist/cljs-runtime/devtools.version.js.map +1 -0
- package/dist/cljs-runtime/goog.array.array.js +659 -0
- package/dist/cljs-runtime/goog.array.array.js.map +9 -0
- package/dist/cljs-runtime/goog.asserts.asserts.js +133 -0
- package/dist/cljs-runtime/goog.asserts.asserts.js.map +9 -0
- package/dist/cljs-runtime/goog.asserts.dom.js +90 -0
- package/dist/cljs-runtime/goog.asserts.dom.js.map +9 -0
- package/dist/cljs-runtime/goog.async.nexttick.js +93 -0
- package/dist/cljs-runtime/goog.async.nexttick.js.map +9 -0
- package/dist/cljs-runtime/goog.base.js +1261 -0
- package/dist/cljs-runtime/goog.base.js.map +9 -0
- package/dist/cljs-runtime/goog.collections.maps.js +82 -0
- package/dist/cljs-runtime/goog.collections.maps.js.map +9 -0
- package/dist/cljs-runtime/goog.debug.entrypointregistry.js +44 -0
- package/dist/cljs-runtime/goog.debug.entrypointregistry.js.map +9 -0
- package/dist/cljs-runtime/goog.debug.error.js +30 -0
- package/dist/cljs-runtime/goog.debug.error.js.map +9 -0
- package/dist/cljs-runtime/goog.dom.asserts.js +40 -0
- package/dist/cljs-runtime/goog.dom.asserts.js.map +9 -0
- package/dist/cljs-runtime/goog.dom.browserfeature.js +21 -0
- package/dist/cljs-runtime/goog.dom.browserfeature.js.map +9 -0
- package/dist/cljs-runtime/goog.dom.dom.js +1087 -0
- package/dist/cljs-runtime/goog.dom.dom.js.map +9 -0
- package/dist/cljs-runtime/goog.dom.element.js +69 -0
- package/dist/cljs-runtime/goog.dom.element.js.map +9 -0
- package/dist/cljs-runtime/goog.dom.htmlelement.js +7 -0
- package/dist/cljs-runtime/goog.dom.htmlelement.js.map +9 -0
- package/dist/cljs-runtime/goog.dom.nodetype.js +6 -0
- package/dist/cljs-runtime/goog.dom.nodetype.js.map +9 -0
- package/dist/cljs-runtime/goog.dom.safe.js +277 -0
- package/dist/cljs-runtime/goog.dom.safe.js.map +9 -0
- package/dist/cljs-runtime/goog.dom.tagname.js +147 -0
- package/dist/cljs-runtime/goog.dom.tagname.js.map +9 -0
- package/dist/cljs-runtime/goog.dom.tags.js +10 -0
- package/dist/cljs-runtime/goog.dom.tags.js.map +9 -0
- package/dist/cljs-runtime/goog.flags.flags.js +12 -0
- package/dist/cljs-runtime/goog.flags.flags.js.map +9 -0
- package/dist/cljs-runtime/goog.fs.blob.js +38 -0
- package/dist/cljs-runtime/goog.fs.blob.js.map +9 -0
- package/dist/cljs-runtime/goog.fs.url.js +37 -0
- package/dist/cljs-runtime/goog.fs.url.js.map +9 -0
- package/dist/cljs-runtime/goog.functions.functions.js +211 -0
- package/dist/cljs-runtime/goog.functions.functions.js.map +9 -0
- package/dist/cljs-runtime/goog.html.safehtml.js +321 -0
- package/dist/cljs-runtime/goog.html.safehtml.js.map +9 -0
- package/dist/cljs-runtime/goog.html.safescript.js +65 -0
- package/dist/cljs-runtime/goog.html.safescript.js.map +9 -0
- package/dist/cljs-runtime/goog.html.safestyle.js +175 -0
- package/dist/cljs-runtime/goog.html.safestyle.js.map +9 -0
- package/dist/cljs-runtime/goog.html.safestylesheet.js +99 -0
- package/dist/cljs-runtime/goog.html.safestylesheet.js.map +9 -0
- package/dist/cljs-runtime/goog.html.safeurl.js +231 -0
- package/dist/cljs-runtime/goog.html.safeurl.js.map +9 -0
- package/dist/cljs-runtime/goog.html.trustedresourceurl.js +123 -0
- package/dist/cljs-runtime/goog.html.trustedresourceurl.js.map +9 -0
- package/dist/cljs-runtime/goog.html.trustedtypes.js +16 -0
- package/dist/cljs-runtime/goog.html.trustedtypes.js.map +9 -0
- package/dist/cljs-runtime/goog.html.uncheckedconversions.js +52 -0
- package/dist/cljs-runtime/goog.html.uncheckedconversions.js.map +9 -0
- package/dist/cljs-runtime/goog.labs.useragent.browser.js +352 -0
- package/dist/cljs-runtime/goog.labs.useragent.browser.js.map +9 -0
- package/dist/cljs-runtime/goog.labs.useragent.engine.js +73 -0
- package/dist/cljs-runtime/goog.labs.useragent.engine.js.map +9 -0
- package/dist/cljs-runtime/goog.labs.useragent.highentropy.highentropydata.js +14 -0
- package/dist/cljs-runtime/goog.labs.useragent.highentropy.highentropydata.js.map +9 -0
- package/dist/cljs-runtime/goog.labs.useragent.highentropy.highentropyvalue.js +74 -0
- package/dist/cljs-runtime/goog.labs.useragent.highentropy.highentropyvalue.js.map +9 -0
- package/dist/cljs-runtime/goog.labs.useragent.platform.js +147 -0
- package/dist/cljs-runtime/goog.labs.useragent.platform.js.map +9 -0
- package/dist/cljs-runtime/goog.labs.useragent.useragent.js +21 -0
- package/dist/cljs-runtime/goog.labs.useragent.useragent.js.map +9 -0
- package/dist/cljs-runtime/goog.labs.useragent.util.js +81 -0
- package/dist/cljs-runtime/goog.labs.useragent.util.js.map +9 -0
- package/dist/cljs-runtime/goog.math.coordinate.js +97 -0
- package/dist/cljs-runtime/goog.math.coordinate.js.map +9 -0
- package/dist/cljs-runtime/goog.math.integer.js +445 -0
- package/dist/cljs-runtime/goog.math.integer.js.map +9 -0
- package/dist/cljs-runtime/goog.math.long.js +437 -0
- package/dist/cljs-runtime/goog.math.long.js.map +9 -0
- package/dist/cljs-runtime/goog.math.math.js +158 -0
- package/dist/cljs-runtime/goog.math.math.js.map +9 -0
- package/dist/cljs-runtime/goog.math.size.js +76 -0
- package/dist/cljs-runtime/goog.math.size.js.map +9 -0
- package/dist/cljs-runtime/goog.object.object.js +284 -0
- package/dist/cljs-runtime/goog.object.object.js.map +9 -0
- package/dist/cljs-runtime/goog.reflect.reflect.js +32 -0
- package/dist/cljs-runtime/goog.reflect.reflect.js.map +9 -0
- package/dist/cljs-runtime/goog.string.const.js +35 -0
- package/dist/cljs-runtime/goog.string.const.js.map +9 -0
- package/dist/cljs-runtime/goog.string.internal.js +119 -0
- package/dist/cljs-runtime/goog.string.internal.js.map +9 -0
- package/dist/cljs-runtime/goog.string.string.js +462 -0
- package/dist/cljs-runtime/goog.string.string.js.map +9 -0
- package/dist/cljs-runtime/goog.string.stringbuffer.js +32 -0
- package/dist/cljs-runtime/goog.string.stringbuffer.js.map +9 -0
- package/dist/cljs-runtime/goog.string.typedstring.js +9 -0
- package/dist/cljs-runtime/goog.string.typedstring.js.map +9 -0
- package/dist/cljs-runtime/goog.structs.structs.js +199 -0
- package/dist/cljs-runtime/goog.structs.structs.js.map +9 -0
- package/dist/cljs-runtime/goog.uri.uri.js +628 -0
- package/dist/cljs-runtime/goog.uri.uri.js.map +9 -0
- package/dist/cljs-runtime/goog.uri.utils.js +326 -0
- package/dist/cljs-runtime/goog.uri.utils.js.map +9 -0
- package/dist/cljs-runtime/goog.useragent.useragent.js +139 -0
- package/dist/cljs-runtime/goog.useragent.useragent.js.map +9 -0
- package/dist/cljs-runtime/iris_layout.components.entity_card_group.js +202 -0
- package/dist/cljs-runtime/iris_layout.components.entity_card_group.js.map +1 -0
- package/dist/cljs-runtime/iris_layout.components.entity_tile.js +295 -0
- package/dist/cljs-runtime/iris_layout.components.entity_tile.js.map +1 -0
- package/dist/cljs-runtime/iris_layout.components.entity_tile_group.js +33 -0
- package/dist/cljs-runtime/iris_layout.components.entity_tile_group.js.map +1 -0
- package/dist/cljs-runtime/iris_layout.components.resizer.js +91 -0
- package/dist/cljs-runtime/iris_layout.components.resizer.js.map +1 -0
- package/dist/cljs-runtime/iris_layout.components.touch_drag.js +399 -0
- package/dist/cljs-runtime/iris_layout.components.touch_drag.js.map +1 -0
- package/dist/cljs-runtime/iris_layout.core.js +1372 -0
- package/dist/cljs-runtime/iris_layout.core.js.map +1 -0
- package/dist/cljs-runtime/iris_layout.layout.js +328 -0
- package/dist/cljs-runtime/iris_layout.layout.js.map +1 -0
- package/dist/cljs-runtime/reagent.core.js +993 -0
- package/dist/cljs-runtime/reagent.core.js.map +1 -0
- package/dist/cljs-runtime/reagent.debug.js +75 -0
- package/dist/cljs-runtime/reagent.debug.js.map +1 -0
- package/dist/cljs-runtime/reagent.impl.batching.js +270 -0
- package/dist/cljs-runtime/reagent.impl.batching.js.map +1 -0
- package/dist/cljs-runtime/reagent.impl.component.js +758 -0
- package/dist/cljs-runtime/reagent.impl.component.js.map +1 -0
- package/dist/cljs-runtime/reagent.impl.input.js +175 -0
- package/dist/cljs-runtime/reagent.impl.input.js.map +1 -0
- package/dist/cljs-runtime/reagent.impl.protocols.js +99 -0
- package/dist/cljs-runtime/reagent.impl.protocols.js.map +1 -0
- package/dist/cljs-runtime/reagent.impl.template.js +660 -0
- package/dist/cljs-runtime/reagent.impl.template.js.map +1 -0
- package/dist/cljs-runtime/reagent.impl.util.js +748 -0
- package/dist/cljs-runtime/reagent.impl.util.js.map +1 -0
- package/dist/cljs-runtime/reagent.ratom.js +1668 -0
- package/dist/cljs-runtime/reagent.ratom.js.map +1 -0
- package/dist/cljs-runtime/shadow.esm.esm_import$react.js +5 -0
- package/dist/cljs-runtime/shadow.module.iris-layout.append.js +2 -0
- package/dist/cljs-runtime/shadow.module.iris-layout.prepend.js +2 -0
- package/dist/iris-layout.js +375 -355
- package/dist/styles.css +287 -9
- package/package.json +1 -1
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import "./cljs_env.js";
|
|
2
|
+
import "./cljs.core.js";
|
|
3
|
+
import "./goog.async.nexttick.js";
|
|
4
|
+
import "./goog.labs.useragent.browser.js";
|
|
5
|
+
import "./devtools.context.js";
|
|
6
|
+
goog.provide('devtools.async');
|
|
7
|
+
goog.scope(function(){
|
|
8
|
+
devtools.async.goog$module$goog$labs$userAgent$browser = goog.module.get('goog.labs.userAgent.browser');
|
|
9
|
+
});
|
|
10
|
+
devtools.async.available_QMARK_ = (function devtools$async$available_QMARK_(){
|
|
11
|
+
return (typeof Promise !== 'undefined');
|
|
12
|
+
});
|
|
13
|
+
devtools.async.fixed_chrome_version_for_async = "65.0.3321";
|
|
14
|
+
devtools.async.needed_QMARK_ = (function devtools$async$needed_QMARK_(){
|
|
15
|
+
return cljs.core.not((function (){var and__5000__auto__ = devtools.async.goog$module$goog$labs$userAgent$browser.isChrome();
|
|
16
|
+
if(cljs.core.truth_(and__5000__auto__)){
|
|
17
|
+
return devtools.async.goog$module$goog$labs$userAgent$browser.isVersionOrHigher(devtools.async.fixed_chrome_version_for_async);
|
|
18
|
+
} else {
|
|
19
|
+
return and__5000__auto__;
|
|
20
|
+
}
|
|
21
|
+
})());
|
|
22
|
+
});
|
|
23
|
+
devtools.async.get_not_needed_message = (function devtools$async$get_not_needed_message(){
|
|
24
|
+
return ["cljs-devtools: the :async feature is no longer needed since Chrome ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(devtools.async.fixed_chrome_version_for_async),", ","see https://github.com/binaryage/cljs-devtools/issues/20"].join('');
|
|
25
|
+
});
|
|
26
|
+
devtools.async._STAR_installed_STAR_ = false;
|
|
27
|
+
devtools.async._STAR_original_set_immediate_STAR_ = null;
|
|
28
|
+
devtools.async.rethrow_outside_promise = (function devtools$async$rethrow_outside_promise(e){
|
|
29
|
+
return setTimeout((function (){
|
|
30
|
+
throw e;
|
|
31
|
+
}),(0));
|
|
32
|
+
});
|
|
33
|
+
devtools.async.promise_based_set_immediate = (function devtools$async$promise_based_set_immediate(callback){
|
|
34
|
+
var o__8244__auto___9339 = (function (){var o__8244__auto___9339 = (function (){var o__8244__auto___9339 = Promise;
|
|
35
|
+
return (o__8244__auto___9339["resolve"]).call(o__8244__auto___9339);
|
|
36
|
+
})();
|
|
37
|
+
return (o__8244__auto___9339["then"]).call(o__8244__auto___9339,callback);
|
|
38
|
+
})();
|
|
39
|
+
(o__8244__auto___9339["catch"]).call(o__8244__auto___9339,devtools.async.rethrow_outside_promise);
|
|
40
|
+
|
|
41
|
+
return null;
|
|
42
|
+
});
|
|
43
|
+
devtools.async.install_async_set_immediate_BANG_ = (function devtools$async$install_async_set_immediate_BANG_(){
|
|
44
|
+
(devtools.async._STAR_original_set_immediate_STAR_ = goog.async.nextTick.setImmediate_);
|
|
45
|
+
|
|
46
|
+
return (goog.async.nextTick.setImmediate_ = devtools.async.promise_based_set_immediate);
|
|
47
|
+
});
|
|
48
|
+
devtools.async.uninstall_async_set_immediate_BANG_ = (function devtools$async$uninstall_async_set_immediate_BANG_(){
|
|
49
|
+
return (goog.async.nextTick.setImmediate_ = devtools.async._STAR_original_set_immediate_STAR_);
|
|
50
|
+
});
|
|
51
|
+
devtools.async.installed_QMARK_ = (function devtools$async$installed_QMARK_(){
|
|
52
|
+
return devtools.async._STAR_installed_STAR_;
|
|
53
|
+
});
|
|
54
|
+
devtools.async.install_BANG_ = (function devtools$async$install_BANG_(){
|
|
55
|
+
if(cljs.core.truth_(devtools.async._STAR_installed_STAR_)){
|
|
56
|
+
return null;
|
|
57
|
+
} else {
|
|
58
|
+
(devtools.async._STAR_installed_STAR_ = true);
|
|
59
|
+
|
|
60
|
+
var G__9338_9340 = Error;
|
|
61
|
+
var target__8261__auto___9341 = G__9338_9340;
|
|
62
|
+
if(cljs.core.truth_(target__8261__auto___9341)){
|
|
63
|
+
} else {
|
|
64
|
+
throw (new Error(["Assert failed: ",["unable to locate object path ",null," in ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(G__9338_9340)].join(''),"\n","target__8261__auto__"].join('')));
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
(target__8261__auto___9341["stackTraceLimit"] = Infinity);
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
devtools.async.install_async_set_immediate_BANG_();
|
|
71
|
+
|
|
72
|
+
if(devtools.async.needed_QMARK_.call(null)){
|
|
73
|
+
} else {
|
|
74
|
+
devtools.context.get_console.call(null).info(devtools.async.get_not_needed_message.call(null));
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
return true;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
devtools.async.uninstall_BANG_ = (function devtools$async$uninstall_BANG_(){
|
|
81
|
+
if(cljs.core.truth_(devtools.async._STAR_installed_STAR_)){
|
|
82
|
+
(devtools.async._STAR_installed_STAR_ = false);
|
|
83
|
+
|
|
84
|
+
return devtools.async.uninstall_async_set_immediate_BANG_();
|
|
85
|
+
} else {
|
|
86
|
+
return null;
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
//# sourceMappingURL=devtools.async.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["devtools/async.cljs"],"mappings":";;;;;;;;;AAMA,kCAAA,lCAAgBA;AAAhB,AACE,eAAAC;;AAEF,gDAAA,hDAAeC;AAEf,+BAAA,/BAAgBC;AAAhB,AACE,OAACC,cAAI,iBAAAC,oBAAK,AAACC;AAAN,AAAA,oBAAAD;AAAgB,OAACE,yEAAkBL;;AAAnCG;;;;AAEP,wCAAA,xCAAgBG;AAAhB,AACE,QAAA,iKAAA,KAAA,pDAA2EN;;AAG7E,uCAAA,vCAAeO;AACf,oDAAA,pDAAeC;AAGf,yCAAA,zCAAMC,0FAAyBC;AAA/B,AACE,kBAAA,XAACC;AAAD,AAAgB,MAAOD;GAAvB;;AAEF,6CAAA,7CAAME,kGAA6BC;AAAnC,mEACM,iBAAAC,uBAAOf,hFACP,iBAAAe,5CACA,IAAAA;AAFA,AAAA,OAAA,CAAAA,qBAAA,iBAAAA;;AACA,AAAA,OAAA,CAAAA,qBAAA,cAAAA,qBAAcD;;AACd,AAAA,AAAA,CAAAC,qBAAA,eAAAA,qBAAeL;;AAHrB;;AAMA,mDAAA,nDAAMM;AAAN,AACE,CAAMP,oDAAyBQ;;AAC/B,QAAMA,oCAAqCJ;;AAE7C,qDAAA,rDAAMK;AAAN,AACE,QAAMD,oCAAqCR;;AAI7C,kCAAA,lCAAMU;AAAN,AACEX;;AAEF,+BAAA,/BAAMY;AAAN,AACE,oBAAUZ;AAAV;;AAAA,AACE,wCAAA,vCAAMA;;AACN,IAAAa,eAAME;IAAND,4BAAAD;AAAA,AAAA,oBAAAC;AAAA;AAAA,AAAA,MAAA,KAAAC,MAAA,CAAA,kBAAA,CAAA,gCAAA,KAAA,mDAAAF,wBAAA,KAAA;;;AAAA,CAAAC,0BAAA,qBAAmCE;;AAAnCH;AACA,AAACL;;AACD,GAAU,AAACd;AAAX;AAAA,AACE,AAAO,AAACuB,6CAAqB,AAAClB;;;AALlC;;;AAQF,iCAAA,jCAAMmB;AAAN,AACE,oBAAMlB;AAAN,AACE,wCAAA,vCAAMA;;AACN,OAACU;;AAFH","names":["devtools.async/available?","js/Promise","devtools.async/fixed-chrome-version-for-async","devtools.async/needed?","cljs.core/not","and__5000__auto__","devtools.async.goog$module$goog$labs$userAgent$browser.isChrome","devtools.async.goog$module$goog$labs$userAgent$browser.isVersionOrHigher","devtools.async/get-not-needed-message","devtools.async/*installed*","devtools.async/*original-set-immediate*","devtools.async/rethrow-outside-promise","e","js/setTimeout","devtools.async/promise-based-set-immediate","callback","o__8244__auto__","devtools.async/install-async-set-immediate!","js/goog.async.nextTick.setImmediate_","devtools.async/uninstall-async-set-immediate!","devtools.async/installed?","devtools.async/install!","G__9338","target__8261__auto__","js/Error","js/Infinity","devtools.context/get-console","devtools.async/uninstall!"],"sourcesContent":["(ns devtools.async\n (:require-macros [devtools.oops :refer [oset ocall]])\n (:require [goog.async.nextTick]\n [goog.labs.userAgent.browser :refer [isChrome isVersionOrHigher]]\n [devtools.context :as context]))\n\n(defn ^:dynamic available? []\n (exists? js/Promise))\n\n(def ^:dynamic fixed-chrome-version-for-async \"65.0.3321\")\n\n(defn ^:dynamic needed? []\n (not (and (isChrome) (isVersionOrHigher fixed-chrome-version-for-async))))\n\n(defn ^:dynamic get-not-needed-message []\n (str \"cljs-devtools: the :async feature is no longer needed since Chrome \" fixed-chrome-version-for-async \", \"\n \"see https://github.com/binaryage/cljs-devtools/issues/20\"))\n\n(def ^:dynamic *installed* false)\n(def ^:dynamic *original-set-immediate* nil)\n\n; see http://stackoverflow.com/a/30741722/84283\n(defn rethrow-outside-promise [e]\n (js/setTimeout #(throw e) 0))\n\n(defn promise-based-set-immediate [callback]\n (-> (ocall js/Promise \"resolve\")\n (ocall \"then\" callback)\n (ocall \"catch\" rethrow-outside-promise))\n nil)\n\n(defn install-async-set-immediate! []\n (set! *original-set-immediate* js/goog.async.nextTick.setImmediate_)\n (set! js/goog.async.nextTick.setImmediate_ promise-based-set-immediate))\n\n(defn uninstall-async-set-immediate! []\n (set! js/goog.async.nextTick.setImmediate_ *original-set-immediate*))\n\n; -- installation -----------------------------------------------------------------------------------------------------------\n\n(defn installed? []\n *installed*)\n\n(defn install! []\n (when-not *installed*\n (set! *installed* true)\n (oset js/Error [\"stackTraceLimit\"] js/Infinity)\n (install-async-set-immediate!)\n (when-not (needed?)\n (.info (context/get-console) (get-not-needed-message)))\n true))\n\n(defn uninstall! []\n (when *installed*\n (set! *installed* false)\n (uninstall-async-set-immediate!)))\n"],"x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import "./cljs_env.js";
|
|
2
|
+
import "./cljs.core.js";
|
|
3
|
+
goog.provide('devtools.context');
|
|
4
|
+
devtools.context.get_root = (function devtools$context$get_root(){
|
|
5
|
+
return goog.global;
|
|
6
|
+
});
|
|
7
|
+
devtools.context.get_console = (function devtools$context$get_console(){
|
|
8
|
+
return devtools.context.get_root.call(null).console;
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=devtools.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["devtools/context.cljs"],"mappings":";;;AAGA,4BAAA,5BAAgBA;AAAhB,AACEC;;AAEF,+BAAA,/BAAgBC;AAAhB,AACE,OAAW,AAACF","names":["devtools.context/get-root","goog/global","devtools.context/get-console"],"sourcesContent":["(ns devtools.context)\n\n; default root javascript context, typically js/window in browser, or the root javascript object in node.js\n(defn ^:dynamic get-root []\n goog/global)\n\n(defn ^:dynamic get-console []\n (.-console (get-root)))\n"],"x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import "./cljs_env.js";
|
|
2
|
+
import "./cljs.core.js";
|
|
3
|
+
import "./devtools.prefs.js";
|
|
4
|
+
import "./devtools.hints.js";
|
|
5
|
+
import "./devtools.defaults.js";
|
|
6
|
+
import "./devtools.formatters.js";
|
|
7
|
+
import "./devtools.async.js";
|
|
8
|
+
import "./devtools.toolbox.js";
|
|
9
|
+
import "./devtools.context.js";
|
|
10
|
+
import "./devtools.util.js";
|
|
11
|
+
goog.provide('devtools.core');
|
|
12
|
+
devtools.core.is_feature_available_QMARK_ = (function devtools$core$is_feature_available_QMARK_(feature){
|
|
13
|
+
var G__12240 = feature;
|
|
14
|
+
var G__12240__$1 = (((G__12240 instanceof cljs.core.Keyword))?G__12240.fqn:null);
|
|
15
|
+
switch (G__12240__$1) {
|
|
16
|
+
case "formatters":
|
|
17
|
+
return devtools.formatters.available_QMARK_.call(null);
|
|
18
|
+
|
|
19
|
+
break;
|
|
20
|
+
case "hints":
|
|
21
|
+
return devtools.hints.available_QMARK_.call(null);
|
|
22
|
+
|
|
23
|
+
break;
|
|
24
|
+
case "async":
|
|
25
|
+
return devtools.async.available_QMARK_.call(null);
|
|
26
|
+
|
|
27
|
+
break;
|
|
28
|
+
default:
|
|
29
|
+
throw (new Error(["No matching clause: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(G__12240__$1)].join('')));
|
|
30
|
+
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
devtools.core.available_QMARK_ = (function devtools$core$available_QMARK_(var_args){
|
|
34
|
+
var G__12253 = arguments.length;
|
|
35
|
+
switch (G__12253) {
|
|
36
|
+
case 0:
|
|
37
|
+
return devtools.core.available_QMARK_.cljs$core$IFn$_invoke$arity$0();
|
|
38
|
+
|
|
39
|
+
break;
|
|
40
|
+
case 1:
|
|
41
|
+
return devtools.core.available_QMARK_.cljs$core$IFn$_invoke$arity$1((arguments[(0)]));
|
|
42
|
+
|
|
43
|
+
break;
|
|
44
|
+
default:
|
|
45
|
+
throw (new Error(["Invalid arity: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(arguments.length)].join('')));
|
|
46
|
+
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
(devtools.core.available_QMARK_.cljs$core$IFn$_invoke$arity$0 = (function (){
|
|
51
|
+
return devtools.core.available_QMARK_.cljs$core$IFn$_invoke$arity$1(devtools.prefs.pref(new cljs.core.Keyword(null,"features-to-install","features-to-install",102899261)));
|
|
52
|
+
}));
|
|
53
|
+
|
|
54
|
+
(devtools.core.available_QMARK_.cljs$core$IFn$_invoke$arity$1 = (function (features_desc){
|
|
55
|
+
var features = devtools.util.resolve_features_BANG_(features_desc,cljs.core.deref(devtools.defaults.feature_groups));
|
|
56
|
+
if(cljs.core.empty_QMARK_(features)){
|
|
57
|
+
return false;
|
|
58
|
+
} else {
|
|
59
|
+
return cljs.core.every_QMARK_(devtools.core.is_feature_available_QMARK_,features);
|
|
60
|
+
}
|
|
61
|
+
}));
|
|
62
|
+
|
|
63
|
+
(devtools.core.available_QMARK_.cljs$lang$maxFixedArity = 1);
|
|
64
|
+
|
|
65
|
+
devtools.core.is_feature_installed_QMARK_ = (function devtools$core$is_feature_installed_QMARK_(feature){
|
|
66
|
+
var G__12263 = feature;
|
|
67
|
+
var G__12263__$1 = (((G__12263 instanceof cljs.core.Keyword))?G__12263.fqn:null);
|
|
68
|
+
switch (G__12263__$1) {
|
|
69
|
+
case "formatters":
|
|
70
|
+
return devtools.formatters.installed_QMARK_();
|
|
71
|
+
|
|
72
|
+
break;
|
|
73
|
+
case "hints":
|
|
74
|
+
return devtools.hints.installed_QMARK_();
|
|
75
|
+
|
|
76
|
+
break;
|
|
77
|
+
case "async":
|
|
78
|
+
return devtools.async.installed_QMARK_();
|
|
79
|
+
|
|
80
|
+
break;
|
|
81
|
+
default:
|
|
82
|
+
throw (new Error(["No matching clause: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(G__12263__$1)].join('')));
|
|
83
|
+
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
devtools.core.installed_QMARK_ = (function devtools$core$installed_QMARK_(var_args){
|
|
87
|
+
var G__12269 = arguments.length;
|
|
88
|
+
switch (G__12269) {
|
|
89
|
+
case 0:
|
|
90
|
+
return devtools.core.installed_QMARK_.cljs$core$IFn$_invoke$arity$0();
|
|
91
|
+
|
|
92
|
+
break;
|
|
93
|
+
case 1:
|
|
94
|
+
return devtools.core.installed_QMARK_.cljs$core$IFn$_invoke$arity$1((arguments[(0)]));
|
|
95
|
+
|
|
96
|
+
break;
|
|
97
|
+
default:
|
|
98
|
+
throw (new Error(["Invalid arity: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(arguments.length)].join('')));
|
|
99
|
+
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
(devtools.core.installed_QMARK_.cljs$core$IFn$_invoke$arity$0 = (function (){
|
|
104
|
+
return devtools.core.installed_QMARK_.cljs$core$IFn$_invoke$arity$1(devtools.prefs.pref(new cljs.core.Keyword(null,"features-to-install","features-to-install",102899261)));
|
|
105
|
+
}));
|
|
106
|
+
|
|
107
|
+
(devtools.core.installed_QMARK_.cljs$core$IFn$_invoke$arity$1 = (function (features_desc){
|
|
108
|
+
var features = devtools.util.resolve_features_BANG_(features_desc,cljs.core.deref(devtools.defaults.feature_groups));
|
|
109
|
+
if(cljs.core.empty_QMARK_(features)){
|
|
110
|
+
return false;
|
|
111
|
+
} else {
|
|
112
|
+
return cljs.core.every_QMARK_(devtools.core.is_feature_installed_QMARK_,features);
|
|
113
|
+
}
|
|
114
|
+
}));
|
|
115
|
+
|
|
116
|
+
(devtools.core.installed_QMARK_.cljs$lang$maxFixedArity = 1);
|
|
117
|
+
|
|
118
|
+
devtools.core.install_BANG_ = (function devtools$core$install_BANG_(var_args){
|
|
119
|
+
var G__12274 = arguments.length;
|
|
120
|
+
switch (G__12274) {
|
|
121
|
+
case 0:
|
|
122
|
+
return devtools.core.install_BANG_.cljs$core$IFn$_invoke$arity$0();
|
|
123
|
+
|
|
124
|
+
break;
|
|
125
|
+
case 1:
|
|
126
|
+
return devtools.core.install_BANG_.cljs$core$IFn$_invoke$arity$1((arguments[(0)]));
|
|
127
|
+
|
|
128
|
+
break;
|
|
129
|
+
default:
|
|
130
|
+
throw (new Error(["Invalid arity: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(arguments.length)].join('')));
|
|
131
|
+
|
|
132
|
+
}
|
|
133
|
+
});
|
|
134
|
+
|
|
135
|
+
(devtools.core.install_BANG_.cljs$core$IFn$_invoke$arity$0 = (function (){
|
|
136
|
+
return devtools.core.install_BANG_.cljs$core$IFn$_invoke$arity$1(devtools.prefs.pref(new cljs.core.Keyword(null,"features-to-install","features-to-install",102899261)));
|
|
137
|
+
}));
|
|
138
|
+
|
|
139
|
+
(devtools.core.install_BANG_.cljs$core$IFn$_invoke$arity$1 = (function (features_desc){
|
|
140
|
+
if(cljs.core.truth_(devtools.util.under_advanced_build_QMARK_())){
|
|
141
|
+
return devtools.util.display_advanced_build_warning_if_needed_BANG_();
|
|
142
|
+
} else {
|
|
143
|
+
var features = devtools.util.resolve_features_BANG_(features_desc,cljs.core.deref(devtools.defaults.feature_groups));
|
|
144
|
+
devtools.util.display_banner_if_needed_BANG_(features,cljs.core.deref(devtools.defaults.feature_groups));
|
|
145
|
+
|
|
146
|
+
devtools.util.print_config_overrides_if_requested_BANG_("config overrides prior install:\n");
|
|
147
|
+
|
|
148
|
+
devtools.util.install_feature_BANG_(new cljs.core.Keyword(null,"formatters","formatters",-1875637118),features,devtools.core.is_feature_available_QMARK_,devtools.formatters.install_BANG_);
|
|
149
|
+
|
|
150
|
+
devtools.util.install_feature_BANG_(new cljs.core.Keyword(null,"hints","hints",-991113151),features,devtools.core.is_feature_available_QMARK_,devtools.hints.install_BANG_);
|
|
151
|
+
|
|
152
|
+
return devtools.util.install_feature_BANG_(new cljs.core.Keyword(null,"async","async",1050769601),features,devtools.core.is_feature_available_QMARK_,devtools.async.install_BANG_);
|
|
153
|
+
}
|
|
154
|
+
}));
|
|
155
|
+
|
|
156
|
+
(devtools.core.install_BANG_.cljs$lang$maxFixedArity = 1);
|
|
157
|
+
|
|
158
|
+
devtools.core.uninstall_BANG_ = (function devtools$core$uninstall_BANG_(){
|
|
159
|
+
devtools.formatters.uninstall_BANG_();
|
|
160
|
+
|
|
161
|
+
devtools.hints.uninstall_BANG_();
|
|
162
|
+
|
|
163
|
+
return devtools.async.uninstall_BANG_();
|
|
164
|
+
});
|
|
165
|
+
devtools.core.set_prefs_BANG_ = (function devtools$core$set_prefs_BANG_(new_prefs){
|
|
166
|
+
return devtools.prefs.set_prefs_BANG_(new_prefs);
|
|
167
|
+
});
|
|
168
|
+
devtools.core.get_prefs = (function devtools$core$get_prefs(){
|
|
169
|
+
return devtools.prefs.get_prefs();
|
|
170
|
+
});
|
|
171
|
+
devtools.core.set_pref_BANG_ = (function devtools$core$set_pref_BANG_(pref,val){
|
|
172
|
+
return devtools.prefs.set_pref_BANG_(pref,val);
|
|
173
|
+
});
|
|
174
|
+
|
|
175
|
+
//# sourceMappingURL=devtools.core.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["devtools/core.cljs"],"mappings":"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","names":["devtools.core/is-feature-available?","feature","G__12240","cljs.core/Keyword","js/Error","devtools.formatters/available?","devtools.hints/available?","devtools.async/available?","var_args","G__12253","devtools.core/available?","devtools.core.available_QMARK_","devtools.prefs/pref","features-desc","features","cljs.core/deref","devtools.util/resolve-features!","devtools.defaults/feature-groups","cljs.core/empty?","cljs.core/every?","devtools.core/is-feature-installed?","G__12263","devtools.formatters/installed?","devtools.hints/installed?","devtools.async/installed?","G__12269","devtools.core/installed?","devtools.core.installed_QMARK_","G__12274","devtools.core/install!","devtools.core.install_BANG_","devtools.util/under-advanced-build?","devtools.util/display-advanced-build-warning-if-needed!","devtools.util/display-banner-if-needed!","devtools.util/print-config-overrides-if-requested!","devtools.util/install-feature!","devtools.formatters/install!","devtools.hints/install!","devtools.async/install!","devtools.core/uninstall!","devtools.formatters/uninstall!","devtools.hints/uninstall!","devtools.async/uninstall!","devtools.core/set-prefs!","new-prefs","devtools.prefs/set-prefs!","devtools.core/get-prefs","devtools.prefs/get-prefs","devtools.core/set-pref!","pref","val","devtools.prefs/set-pref!"],"sourcesContent":["(ns devtools.core\n (:require [devtools.prefs :as prefs]\n [devtools.hints :as hints]\n [devtools.defaults :refer [feature-groups]]\n [devtools.formatters :as formatters]\n [devtools.async :as async]\n [devtools.toolbox] ; this auto-requires the toolbox namespace, used by cljs-oops\n [devtools.context :as context]\n [devtools.util :refer [display-banner-if-needed! install-feature! resolve-features! make-lib-info\n print-config-overrides-if-requested!\n under-advanced-build? display-advanced-build-warning-if-needed!]]))\n\n; -- public API -------------------------------------------------------------------------------------------------------------\n\n(defn is-feature-available? [feature]\n (case feature\n :formatters (formatters/available?)\n :hints (hints/available?)\n :async (async/available?)))\n\n(defn available?\n ([] (available? (prefs/pref :features-to-install)))\n ([features-desc]\n (let [features (resolve-features! features-desc @feature-groups)]\n (if (empty? features)\n false\n (every? is-feature-available? features)))))\n\n(defn is-feature-installed? [feature]\n (case feature\n :formatters (formatters/installed?)\n :hints (hints/installed?)\n :async (async/installed?)))\n\n(defn installed?\n ([] (installed? (prefs/pref :features-to-install)))\n ([features-desc]\n (let [features (resolve-features! features-desc @feature-groups)]\n (if (empty? features)\n false\n (every? is-feature-installed? features)))))\n\n(defn install!\n ([] (install! (prefs/pref :features-to-install)))\n ([features-desc]\n (if (under-advanced-build?)\n (display-advanced-build-warning-if-needed!)\n (let [features (resolve-features! features-desc @feature-groups)]\n (display-banner-if-needed! features @feature-groups)\n (print-config-overrides-if-requested! \"config overrides prior install:\\n\")\n (install-feature! :formatters features is-feature-available? formatters/install!)\n (install-feature! :hints features is-feature-available? hints/install!)\n (install-feature! :async features is-feature-available? async/install!)))))\n\n(defn uninstall! []\n (formatters/uninstall!)\n (hints/uninstall!)\n (async/uninstall!))\n\n(defn set-prefs! [new-prefs]\n (prefs/set-prefs! new-prefs))\n\n(defn get-prefs []\n (prefs/get-prefs))\n\n(defn set-pref! [pref val]\n (prefs/set-pref! pref val))\n"],"x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import "./cljs_env.js";
|
|
2
|
+
import "./cljs.core.js";
|
|
3
|
+
goog.provide('devtools.defaults');
|
|
4
|
+
devtools.defaults.known_features = (new cljs.core.Delay((function (){
|
|
5
|
+
return new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"formatters","formatters",-1875637118),new cljs.core.Keyword(null,"hints","hints",-991113151),new cljs.core.Keyword(null,"async","async",1050769601)], null);
|
|
6
|
+
}),null));
|
|
7
|
+
devtools.defaults.default_features = (new cljs.core.Delay((function (){
|
|
8
|
+
return new cljs.core.PersistentVector(null, 1, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"formatters","formatters",-1875637118)], null);
|
|
9
|
+
}),null));
|
|
10
|
+
devtools.defaults.feature_groups = (new cljs.core.Delay((function (){
|
|
11
|
+
return new cljs.core.PersistentArrayMap(null, 2, [new cljs.core.Keyword(null,"all","all",892129742),cljs.core.deref(devtools.defaults.known_features),new cljs.core.Keyword(null,"default","default",-1987822328),cljs.core.deref(devtools.defaults.default_features)], null);
|
|
12
|
+
}),null));
|
|
13
|
+
devtools.defaults.config = (new cljs.core.Delay((function (){
|
|
14
|
+
return cljs.core.PersistentHashMap.fromArrays([new cljs.core.Keyword(null,"standalone-type-style","standalone-type-style",601522528),new cljs.core.Keyword(null,"bypass-availability-checks","bypass-availability-checks",1934691680),new cljs.core.Keyword(null,"max-number-body-items","max-number-body-items",299914624),new cljs.core.Keyword(null,"symbol-style","symbol-style",1022654848),new cljs.core.Keyword(null,"meta-reference-tag","meta-reference-tag",914791936),new cljs.core.Keyword(null,"nil-style","nil-style",-1505044832),new cljs.core.Keyword(null,"instance-custom-printing-tag","instance-custom-printing-tag",-67034432),new cljs.core.Keyword(null,"type-header-background","type-header-background",-810861696),new cljs.core.Keyword(null,"instance-value-separator","instance-value-separator",658858944),new cljs.core.Keyword(null,"body-pre-handler","body-pre-handler",1211926529),new cljs.core.Keyword(null,"initial-hierarchy-depth-budget","initial-hierarchy-depth-budget",-482715807),new cljs.core.Keyword(null,"body-items-more-tag","body-items-more-tag",867141569),new cljs.core.Keyword(null,"line-index-separator","line-index-separator",-1735989246),new cljs.core.Keyword(null,"suppress-preload-install","suppress-preload-install",1724845090),new cljs.core.Keyword(null,"new-line-string-replacer","new-line-string-replacer",-753206206),new cljs.core.Keyword(null,"body-field-td3-style","body-field-td3-style",53039394),new cljs.core.Keyword(null,"more-fields-symbol","more-fields-symbol",720022882),new cljs.core.Keyword(null,"body-field-value-spacer","body-field-value-spacer",1279911362),new cljs.core.Keyword(null,"meta-reference-style","meta-reference-style",-1930118462),new cljs.core.Keyword(null,"protocol-background","protocol-background",1111513794),new cljs.core.Keyword(null,"protocols-icon","protocols-icon",-517302494),new cljs.core.Keyword(null,"standard-ol-no-margin-tag","standard-ol-no-margin-tag",583023747),new cljs.core.Keyword(null,"symbol-tag","symbol-tag",-100807517),new cljs.core.Keyword(null,"render-keywords","render-keywords",1200455875),new cljs.core.Keyword(null,"fn-header-tag","fn-header-tag",-1262068349),new cljs.core.Keyword(null,"keyword-tag","keyword-tag",1587228387),new cljs.core.Keyword(null,"header-style","header-style",-2122121341),new cljs.core.Keyword(null,"render-metas","render-metas",1141294116),new cljs.core.Keyword(null,"fields-header-tag","fields-header-tag",1339134308),new cljs.core.Keyword(null,"fn-args-style","fn-args-style",-2141623900),new cljs.core.Keyword(null,"max-instance-custom-printing-level","max-instance-custom-printing-level",1876300228),new cljs.core.Keyword(null,"expandable-inner-style","expandable-inner-style",-1596774780),new cljs.core.Keyword(null,"table","table",-564943036),new cljs.core.Keyword(null,"fn-header-style","fn-header-style",985447749),new cljs.core.Keyword(null,"body-items-more-label","body-items-more-label",-1561152123),new cljs.core.Keyword(null,"fn-name-style","fn-name-style",-573451611),new cljs.core.Keyword(null,"nil-tag","nil-tag",-1587449115),new cljs.core.Keyword(null,"instance-header-style","instance-header-style",-373071866),new cljs.core.Keyword(null,"float-tag","float-tag",-390834106),new cljs.core.Keyword(null,"protocol-ns-name-tag","protocol-ns-name-tag",1832081510),new cljs.core.Keyword(null,"fast-protocol-style","fast-protocol-style",-1668076410),new cljs.core.Keyword(null,"protocol-method-arities-more-symbol","protocol-method-arities-more-symbol",-477018522),new cljs.core.Keyword(null,"has-body-pre-handler","has-body-pre-handler",1787020038),new cljs.core.Keyword(null,"index-tag","index-tag",693492486),new cljs.core.Keyword(null,"rest-symbol","rest-symbol",1021371174),new cljs.core.Keyword(null,"protocol-name-tag","protocol-name-tag",1508238310),new cljs.core.Keyword(null,"float-infinity-tag","float-infinity-tag",-289254297),new cljs.core.Keyword(null,"instance-header-background","instance-header-background",1510357287),new cljs.core.Keyword(null,"body-tag","body-tag",433527431),new cljs.core.Keyword(null,"cljs-land-tag","cljs-land-tag",-7524377),new cljs.core.Keyword(null,"max-list-protocols","max-list-protocols",-537135129),new cljs.core.Keyword(null,"string-abbreviation-marker","string-abbreviation-marker",-347785112),new cljs.core.Keyword(null,"max-header-elements","max-header-elements",713629864),new cljs.core.Keyword(null,"native-icon","native-icon",-126040824),new cljs.core.Keyword(null,"instance-body-fields-table-tag","instance-body-fields-table-tag",1306340776),new cljs.core.Keyword(null,"render-symbols","render-symbols",-887705016),new cljs.core.Keyword(null,"protocol-method-name-style","protocol-method-name-style",-718367832),new cljs.core.Keyword(null,"type-name-tag","type-name-tag",-1317275511),new cljs.core.Keyword(null,"list-separator","list-separator",900562185),new cljs.core.Keyword(null,"td","td",1479933353),new cljs.core.Keyword(null,"header-field-value-spacer","header-field-value-spacer",-1210630679),new cljs.core.Keyword(null,"li","li",723558921),new cljs.core.Keyword(null,"fast-protocol-tag","fast-protocol-tag",2066025065),new cljs.core.Keyword(null,"render-strings","render-strings",-1497177335),new cljs.core.Keyword(null,"standalone-type-tag","standalone-type-tag",-1677164791),new cljs.core.Keyword(null,"protocol-ns-name-style","protocol-ns-name-style",2075298601),new cljs.core.Keyword(null,"type-header-tag","type-header-tag",1645372265),new cljs.core.Keyword(null,"cljs-land-style","cljs-land-style",278325097),new cljs.core.Keyword(null,"lambda-icon","lambda-icon",980753546),new cljs.core.Keyword(null,"list-style","list-style",-809622358),new cljs.core.Keyword(null,"sanity-hint-min-length","sanity-hint-min-length",104958154),new cljs.core.Keyword(null,"render-functions","render-functions",1273333002),new cljs.core.Keyword(null,"fields-header-open-symbol","fields-header-open-symbol",-26243798),new cljs.core.Keyword(null,"body-field-value-style","body-field-value-style",752084266),new cljs.core.Keyword(null,"header-post-handler","header-post-handler",514828618),new cljs.core.Keyword(null,"header-pre-handler","header-pre-handler",-1997722262),new cljs.core.Keyword(null,"tr","tr",-1424774646),new cljs.core.Keyword(null,"body-items-more-style","body-items-more-style",1518949066),new cljs.core.Keyword(null,"plus-symbol","plus-symbol",-1984915189),new cljs.core.Keyword(null,"fn-prefix-style","fn-prefix-style",991677739),new cljs.core.Keyword(null,"args-open-symbol","args-open-symbol",-1336957557),new cljs.core.Keyword(null,"expanded-string-style","expanded-string-style",-543781397),new cljs.core.Keyword(null,"fn-name-tag","fn-name-tag",555823755),new cljs.core.Keyword(null,"header-field-value-tag","header-field-value-tag",-1708691701),new cljs.core.Keyword(null,"standard-li-style","standard-li-style",413442955),new cljs.core.Keyword(null,"fields-icon","fields-icon",-436030420),new cljs.core.Keyword(null,"body-style","body-style",1462943820),new cljs.core.Keyword(null,"type-wrapper-tag","type-wrapper-tag",-1732366004),new cljs.core.Keyword(null,"standard-li-tag","standard-li-tag",-932749876),new cljs.core.Keyword(null,"type-wrapper-style","type-wrapper-style",-922880468),new cljs.core.Keyword(null,"render-bools","render-bools",1793659724),new cljs.core.Keyword(null,"dq","dq",-1690275860),new cljs.core.Keyword(null,"fields-header-no-fields-symbol","fields-header-no-fields-symbol",-1749204979),new cljs.core.Keyword(null,"nil-label","nil-label",-587789203),new cljs.core.Keyword(null,"list-open-symbol","list-open-symbol",-1162287443),new cljs.core.Keyword(null,"body-field-td2-style","body-field-td2-style",-278192403),new cljs.core.Keyword(null,"type-header-style","type-header-style",1821477837),new cljs.core.Keyword(null,"header-field-separator","header-field-separator",-774444018),new cljs.core.Keyword(null,"body-field-td3-tag","body-field-td3-tag",-803119922),new cljs.core.Keyword(null,"standard-ol-no-margin-style","standard-ol-no-margin-style",-1701969586),new cljs.core.Keyword(null,"instance-custom-printing-wrapper-style","instance-custom-printing-wrapper-style",374945134),new cljs.core.Keyword(null,"more-symbol","more-symbol",-2139760242),new cljs.core.Keyword(null,"string-tag","string-tag",1639024494),new cljs.core.Keyword(null,"meta-wrapper-tag","meta-wrapper-tag",1927429038),new cljs.core.Keyword(null,"method-icon","method-icon",-1678775281),new cljs.core.Keyword(null,"max-protocol-method-arities-list","max-protocol-method-arities-list",-45936465),new cljs.core.Keyword(null,"min-expandable-sequable-count-for-well-known-types","min-expandable-sequable-count-for-well-known-types",-1879576081),new cljs.core.Keyword(null,"basis-icon","basis-icon",1917779567),new cljs.core.Keyword(null,"fn-args-tag","fn-args-tag",549126831),new cljs.core.Keyword(null,"standard-ol-style","standard-ol-style",2143825615),new cljs.core.Keyword(null,"file-reader","file-reader",-450847664),new cljs.core.Keyword(null,"bool-tag","bool-tag",-10409808),new cljs.core.Keyword(null,"expandable-inner-tag","expandable-inner-tag",-799648560),new cljs.core.Keyword(null,"fn-prefix-tag","fn-prefix-tag",1947411856),new cljs.core.Keyword(null,"float-style","float-style",705926672),new cljs.core.Keyword(null,"type-basis-item-tag","type-basis-item-tag",50612816),new cljs.core.Keyword(null,"type-basis-item-style","type-basis-item-style",-1744400688),new cljs.core.Keyword(null,"div","div",1057191632),new cljs.core.Keyword(null,"fn-ns-name-tag","fn-ns-name-tag",-900073712),new cljs.core.Keyword(null,"body-post-handler","body-post-handler",-1040905424),new cljs.core.Keyword(null,"more-marker","more-marker",-14717935),new cljs.core.Keyword(null,"header-tag","header-tag",1594852433),new cljs.core.Keyword(null,"body-field-name-tag","body-field-name-tag",917867601),new cljs.core.Keyword(null,"expanded-string-tag","expanded-string-tag",-2125162127),new cljs.core.Keyword(null,"bool-style","bool-style",-1275737743),new cljs.core.Keyword(null,"default-envelope-style","default-envelope-style",-1676750479),new cljs.core.Keyword(null,"protocol-more-tag","protocol-more-tag",2098702865),new cljs.core.Keyword(null,"string-style","string-style",744195825),new cljs.core.Keyword(null,"body-field-name-style","body-field-name-style",1518272241),new cljs.core.Keyword(null,"meta-body-tag","meta-body-tag",1689183121),new cljs.core.Keyword(null,"instance-custom-printing-background","instance-custom-printing-background",-248433646),new cljs.core.Keyword(null,"integer-style","integer-style",1568434578),new cljs.core.Keyword(null,"native-reference-background","native-reference-background",-286129550),new cljs.core.Keyword(null,"header-field-name-style","header-field-name-style",-804007278),new cljs.core.Keyword(null,"default-envelope-header","default-envelope-header",-90723598),new cljs.core.Keyword(null,"instance-type-header-style","instance-type-header-style",1601743858),new cljs.core.Keyword(null,"ol","ol",932524051),new cljs.core.Keyword(null,"instance-custom-printing-style","instance-custom-printing-style",-716263405),new cljs.core.Keyword(null,"float-nan-style","float-nan-style",967384179),new cljs.core.Keyword(null,"float-nan-tag","float-nan-tag",557403379),new cljs.core.Keyword(null,"min-expandable-sequable-count","min-expandable-sequable-count",63566227),new cljs.core.Keyword(null,"fields-header-style","fields-header-style",-25300493),new cljs.core.Keyword(null,"instance-type-header-tag","instance-type-header-tag",-1015702989),new cljs.core.Keyword(null,"spacer","spacer",2067425139),new cljs.core.Keyword(null,"body-field-td1-style","body-field-td1-style",988760979),new cljs.core.Keyword(null,"body-field-tr-tag","body-field-tr-tag",37280691),new cljs.core.Keyword(null,"dont-detect-custom-formatters","dont-detect-custom-formatters",-29005804),new cljs.core.Keyword(null,"header-field-name-tag","header-field-name-tag",82291956),new cljs.core.Keyword(null,"type-name-style","type-name-style",652886356),new cljs.core.Keyword(null,"float-infinity-style","float-infinity-style",-476570060),new cljs.core.Keyword(null,"standard-li-no-margin-tag","standard-li-no-margin-tag",-844555468),new cljs.core.Keyword(null,"list-tag","list-tag",1555796884),new cljs.core.Keyword(null,"instance-body-fields-table-style","instance-body-fields-table-style",-1457745996),new cljs.core.Keyword(null,"body-field-td1-tag","body-field-td1-tag",256357429),new cljs.core.Keyword(null,"disable-advanced-mode-check","disable-advanced-mode-check",-968346539),new cljs.core.Keyword(null,"standard-li-no-margin-style","standard-li-no-margin-style",87138485),new cljs.core.Keyword(null,"slow-protocol-style","slow-protocol-style",-714284811),new cljs.core.Keyword(null,"render-types","render-types",-129927851),new cljs.core.Keyword(null,"args-close-symbol","args-close-symbol",777697973),new cljs.core.Keyword(null,"string-postfix-limit","string-postfix-limit",-1282205963),new cljs.core.Keyword(null,"disable-cljs-fn-formatting","disable-cljs-fn-formatting",1903786837),new cljs.core.Keyword(null,"item-style","item-style",-188747722),new cljs.core.Keyword(null,"protocol-method-arities-list-header-separator","protocol-method-arities-list-header-separator",-115158954),new cljs.core.Keyword(null,"protocol-method-tag","protocol-method-tag",2032279830),new cljs.core.Keyword(null,"index-style","index-style",93813430),new cljs.core.Keyword(null,"list-close-symbol","list-close-symbol",-1120016586),new cljs.core.Keyword(null,"render-numbers","render-numbers",-1385392009),new cljs.core.Keyword(null,"body-field-value-tag","body-field-value-tag",800789079),new cljs.core.Keyword(null,"empty-basis-symbol","empty-basis-symbol",-1971559593),new cljs.core.Keyword(null,"fn-icon","fn-icon",-1412665288),new cljs.core.Keyword(null,"integer-tag","integer-tag",698000472),new cljs.core.Keyword(null,"protocols-header-tag","protocols-header-tag",-734413384),new cljs.core.Keyword(null,"protocol-method-name-tag","protocol-method-name-tag",-1030376744),new cljs.core.Keyword(null,"item-tag","item-tag",-988763304),new cljs.core.Keyword(null,"instance-value-tag","instance-value-tag",-1739593896),new cljs.core.Keyword(null,"expandable-wrapper-style","expandable-wrapper-style",-491294888),new cljs.core.Keyword(null,"expandable-style","expandable-style",-501370920),new cljs.core.Keyword(null,"well-known-types","well-known-types",70638649),new cljs.core.Keyword(null,"fn-multi-arity-args-indent-style","fn-multi-arity-args-indent-style",-1170401159),new cljs.core.Keyword(null,"type-ref-style","type-ref-style",-1940011911),new cljs.core.Keyword(null,"circular-ref-icon","circular-ref-icon",-2087682919),new cljs.core.Keyword(null,"type-basis-style","type-basis-style",-1272137383),new cljs.core.Keyword(null,"standard-ol-tag","standard-ol-tag",1120081433),new cljs.core.Keyword(null,"fn-ns-name-style","fn-ns-name-style",-21387751),new cljs.core.Keyword(null,"circular-reference-body-tag","circular-reference-body-tag",-1301830023),new cljs.core.Keyword(null,"has-body-post-handler","has-body-post-handler",-863451271),new cljs.core.Keyword(null,"native-reference-tag","native-reference-tag",-1516119079),new cljs.core.Keyword(null,"aligned-li-tag","aligned-li-tag",1727029722),new cljs.core.Keyword(null,"native-reference-wrapper-style","native-reference-wrapper-style",578741818),new cljs.core.Keyword(null,"render-instances","render-instances",-1803579686),new cljs.core.Keyword(null,"expandable-symbol","expandable-symbol",1644611290),new cljs.core.Keyword(null,"fn-multi-arity-args-indent-tag","fn-multi-arity-args-indent-tag",-1931373734),new cljs.core.Keyword(null,"expandable-tag","expandable-tag",151027578),new cljs.core.Keyword(null,"protocol-method-arities-header-tag","protocol-method-arities-header-tag",734407707),new cljs.core.Keyword(null,"max-instance-header-fields","max-instance-header-fields",-126007269),new cljs.core.Keyword(null,"type-ref-tag","type-ref-tag",2126727355),new cljs.core.Keyword(null,"max-print-level","max-print-level",-462237413),new cljs.core.Keyword(null,"meta-wrapper-style","meta-wrapper-style",-1627075237),new cljs.core.Keyword(null,"multi-arity-symbol","multi-arity-symbol",-420139653),new cljs.core.Keyword(null,"render-nils","render-nils",1360008699),new cljs.core.Keyword(null,"meta-header-tag","meta-header-tag",-1207812581),new cljs.core.Keyword(null,"print-config-overrides","print-config-overrides",-274716965),new cljs.core.Keyword(null,"slow-protocol-tag","slow-protocol-tag",2061129467),new cljs.core.Keyword(null,"header-field-tag","header-field-tag",-1403476101),new cljs.core.Keyword(null,"meta-body-style","meta-body-style",-1858094980),new cljs.core.Keyword(null,"native-reference-wrapper-tag","native-reference-wrapper-tag",2047690940),new cljs.core.Keyword(null,"fields-header-close-symbol","fields-header-close-symbol",1615181116),new cljs.core.Keyword(null,"string-prefix-limit","string-prefix-limit",1256106332),new cljs.core.Keyword(null,"native-reference-style","native-reference-style",-1773393444),new cljs.core.Keyword(null,"instance-custom-printing-wrapper-tag","instance-custom-printing-wrapper-tag",1461890684),new cljs.core.Keyword(null,"body-field-td2-tag","body-field-td2-tag",94501500),new cljs.core.Keyword(null,"type-basis-tag","type-basis-tag",-2122159204),new cljs.core.Keyword(null,"features-to-install","features-to-install",102899261),new cljs.core.Keyword(null,"aligned-li-style","aligned-li-style",43721341),new cljs.core.Keyword(null,"default-envelope-tag","default-envelope-tag",1882840861),new cljs.core.Keyword(null,"protocol-more-style","protocol-more-style",-870041570),new cljs.core.Keyword(null,"instance-header-tag","instance-header-tag",903623870),new cljs.core.Keyword(null,"ns-icon","ns-icon",725601214),new cljs.core.Keyword(null,"protocol-name-style","protocol-name-style",-1291847714),new cljs.core.Keyword(null,"body-line-max-print-level","body-line-max-print-level",571158623),new cljs.core.Keyword(null,"circular-reference-tag","circular-reference-tag",858973471),new cljs.core.Keyword(null,"keyword-style","keyword-style",-780643937),new cljs.core.Keyword(null,"header-expander-symbol","header-expander-symbol",907531743),new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"meta-style","meta-style",1528213407)],["box-shadow:0px 0px 0px 1px rgba(0,160,220,0.5) inset;margin-top:1px;border-radius:2px;",false,(100),"color:rgba(0,0,0,1);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"meta-reference-style","meta-reference-style",-1930118462)], null),"color:rgba(128,128,128,1);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"instance-custom-printing-style","instance-custom-printing-style",-716263405)], null),new cljs.core.PersistentVector(null, 1, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(0,160,220,0.5);position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:1px;"], null)], null),"",null,((20) - (1)),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"body-items-more-style","body-items-more-style",1518949066)], null),"",false,"\u21B5","vertical-align:top;padding:0;","\u2026",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"color:rgba(204,204,204,1);"], null),"="], null),"background-color:rgba(255,102,0,1);border-radius:0 2px 2px 0;",new cljs.core.PersistentVector(null, 1, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(41,59,163,0.5);position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:1px;"], null)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(41,59,163,1);color:#fff;width:20px;display:inline-block;text-align:center;font-size:8px;opacity:0.5;vertical-align:top;position:relative;margin-right:3px;border-radius:2px;user-select:none;padding:1px 4px;top:1px;"], null),"\u22A2"], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"ol","ol",932524051),new cljs.core.Keyword(null,"standard-ol-no-margin-style","standard-ol-no-margin-style",-1701969586)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"symbol-style","symbol-style",1022654848)], null),true,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"fn-header-style","fn-header-style",985447749)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"keyword-style","keyword-style",-780643937)], null),"white-space:nowrap;",true,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"fields-header-style","fields-header-style",-25300493)], null),"color:rgba(170,130,20,1);",(2),"margin-left:-3px;","table",null,"more\u2026","color:rgba(30,130,30,1);margin-right:2px;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"nil-style","nil-style",-1505044832)], null),"box-shadow:0px 0px 0px 1px rgba(0,160,220,0.5) inset;margin-top:1px;border-radius:2px;position:relative;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"float-style","float-style",705926672)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"protocol-ns-name-style","protocol-ns-name-style",2075298601)], null),"position:relative;padding:0px 4px;border-radius:2px;user-select:none;color:rgba(255,255,170,1);","\u2026",null,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"index-style","index-style",93813430)], null)," & ",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"protocol-name-style","protocol-name-style",-1291847714)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"float-infinity-style","float-infinity-style",-476570060)], null),null,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"body-style","body-style",1462943820)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"cljs-land-style","cljs-land-style",278325097)], null),(5)," \u2026 ",(5),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(255,0,255,1);color:#fff;width:20px;display:inline-block;text-align:center;font-size:8px;opacity:0.5;vertical-align:top;position:relative;margin-right:3px;border-radius:2px;user-select:none;padding:1px 4px;top:1px;"], null),"js"], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"table","table",-564943036),new cljs.core.Keyword(null,"instance-body-fields-table-style","instance-body-fields-table-style",-1457745996)], null),true,"margin-right:6px;color:rgba(41,59,163,1) ;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"type-name-style","type-name-style",652886356)], null)," ","td",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"color:rgba(204,204,204,1);"], null),"="], null),"li",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"fast-protocol-style","fast-protocol-style",-1668076410)], null),true,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"standalone-type-style","standalone-type-style",601522528)], null),"color:rgba(150,150,150,1);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"type-header-style","type-header-style",1821477837)], null),"background-color:rgba(100,255,100,0.08);color:rgba(0,0,0,1);border-radius:2px;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(30,130,30,1);color:#fff;width:20px;display:inline-block;text-align:center;font-size:8px;opacity:0.5;vertical-align:top;position:relative;margin-right:3px;border-radius:2px;user-select:none;padding:1px 4px;top:1px;"], null),"\u03BB"], null),null,(128),true,"","margin-left:6px;",null,null,"tr","background-color:rgba(153,153,153,1);min-width:50px;display:inline-block;color:rgba(255,255,255,1);cursor:pointer;line-height:14px;font-size:10px;border-radius:2px;padding:0px 4px 0px 4px;margin:1px 0px 0px 0px;user-select:none;","+",null,"[","padding:0px 12px 0px 12px;color:rgba(196,26,22,1);white-space:pre;border-top:1px solid rgba(255,100,100,0.4);border-radius:1px;margin:0px 0px 2px 0px;background-color:rgba(255,100,100,0.08);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"fn-name-style","fn-name-style",-573451611)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"header-field-value-style","header-field-value-style",-980761419)], null),"margin-left:0px;min-height:14px;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(0,160,220,1);color:#fff;width:20px;display:inline-block;text-align:center;font-size:8px;opacity:0.5;vertical-align:top;position:relative;margin-right:3px;border-radius:2px;user-select:none;padding:1px 4px;top:1px;"], null),"\u220B"], null),"display:inline-block;padding:3px 12px;border-top:2px solid rgba(60,90,60,0.1);margin:1px;margin-top:0px;background-color:rgba(100,255,100,0.08);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"type-wrapper-style","type-wrapper-style",-922880468)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"li","li",723558921),new cljs.core.Keyword(null,"standard-li-style","standard-li-style",413442955)], null),"position:relative;padding-left:1px;border-radius:2px;",true,"\"",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"header-field-name-style","header-field-name-style",-804007278)], null),"\u2205"], null),"nil","","vertical-align:top;padding:0;","color:rgba(238,238,355,1);padding:0px 2px 0px 2px;user-select:none;border-radius:2px;"," ",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"td","td",1479933353),new cljs.core.Keyword(null,"body-field-td3-style","body-field-td3-style",53039394)], null),"list-style-type:none;padding-left:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;","position:relative;border-radius:2px;","\u2026",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"string-style","string-style",744195825)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"meta-wrapper-style","meta-wrapper-style",-1627075237)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(41,59,163,1);color:#fff;width:20px;display:inline-block;text-align:center;font-size:8px;opacity:0.5;vertical-align:top;position:relative;margin-right:3px;border-radius:2px;user-select:none;padding:1px 4px;top:1px;"], null),"m"], null),(3),(4),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(0,160,220,1);color:#fff;width:20px;display:inline-block;text-align:center;font-size:8px;opacity:0.5;vertical-align:top;position:relative;margin-right:3px;border-radius:2px;user-select:none;padding:1px 4px;top:1px;"], null),"\u03B2"], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"fn-args-style","fn-args-style",-2141623900)], null),"list-style-type:none;padding-left:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;",null,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"bool-style","bool-style",-1275737743)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"expandable-inner-style","expandable-inner-style",-1596774780)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"fn-prefix-style","fn-prefix-style",991677739)], null),"color:rgba(28,136,207,1);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"type-basis-item-style","type-basis-item-style",-1744400688)], null),"color:rgba(0,160,220,1);margin-right:6px;","div",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"fn-ns-name-style","fn-ns-name-style",-21387751)], null),null,"\u2026",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"header-style","header-style",-2122121341)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"body-field-name-style","body-field-name-style",1518272241)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"expanded-string-style","expanded-string-style",-543781397)], null),"color:rgba(0,153,153,1);",null,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"protocol-more-style","protocol-more-style",-870041570)], null),"color:rgba(196,26,22,1);","color:rgba(0,160,220,1);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"meta-body-style","meta-body-style",-1858094980)], null),new cljs.core.PersistentVector(null, 1, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(255,255,200,1);position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:1px;border-radius:0 1px 1px 0;"], null)], null),"color:rgba(28,0,207,1);",new cljs.core.PersistentVector(null, 1, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(255,255,255,1);position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:1px;"], null)], null),"color:rgba(0,160,220,1);","\uD83D\uDCE8","color:rgba(238,238,355,1);padding:0px 2px 0px 2px;user-select:none;border-radius:2px 0 0 2px;","ol","position:relative;padding:0 2px 0 4px;","color:rgba(213,60,27,1);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"float-nan-style","float-nan-style",967384179)], null),(0),"padding:0px 3px;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"instance-type-header-style","instance-type-header-style",1601743858)], null)," ","vertical-align:top;padding:0;padding-right:4px;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"tr","tr",-1424774646),new cljs.core.Keyword(null,"body-field-tr-style","body-field-tr-style",1067836596)], null),true,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"header-field-name-style","header-field-name-style",-804007278)], null),"padding-right:4px;","color:rgba(28,80,207,1);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"li","li",723558921),new cljs.core.Keyword(null,"standard-li-no-margin-style","standard-li-no-margin-style",87138485)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"list-style","list-style",-809622358)], null),"border-spacing:0;border-collapse:collapse;margin-bottom:-2px;display:inline-block;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"td","td",1479933353),new cljs.core.Keyword(null,"body-field-td1-style","body-field-td1-style",988760979)], null),false,"margin-left:0px;min-height:14px;","position:relative;padding:0px 4px;border-radius:2px;user-select:none;color:rgba(238,238,238,1);",true,"]",(20),false,"display:inline-block;white-space:nowrap;border-left:2px solid rgba(100,100,100,0.2);padding:0px 4px 0px 4px;margin:1px 0px 0px 0px;"," ",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"protocol-method-style","protocol-method-style",-1740943941)], null),"min-width:50px;display:inline-block;text-align:right;vertical-align:top;background-color:rgba(221,221,221,1);color:rgba(0,0,0,1);opacity:0.5;margin-right:3px;padding:0px 4px 0px 4px;margin:1px 0px 0px 0px;user-select:none;","",true,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"body-field-value-style","body-field-value-style",752084266)], null),new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),null], null),new cljs.core.Keyword(null,"basis-icon","basis-icon",1917779567),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"type-basis-item-style","type-basis-item-style",-1744400688)], null),"\u2205"], null)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(30,130,30,1);color:#fff;width:20px;display:inline-block;text-align:center;font-size:8px;opacity:0.5;vertical-align:top;position:relative;margin-right:3px;border-radius:2px;user-select:none;padding:1px 4px;top:1px;"], null),"fn"], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"integer-style","integer-style",1568434578)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"protocols-header-style","protocols-header-style",22379790)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"protocol-method-name-style","protocol-method-name-style",-718367832)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"item-style","item-style",-188747722)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"instance-value-style","instance-value-style",1340189507)], null),null,"white-space:nowrap;padding-left:3px;",new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 36, ["cljs.core/ValSeq",null,"cljs.core/ArrayNodeSeq",null,"cljs.core/Cons",null,"cljs.core/ES6IteratorSeq",null,"cljs.core/IntegerRange",null,"cljs.core/List",null,"cljs.core/PersistentArrayMapSeq",null,"cljs.core/Symbol",null,"cljs.core/PersistentHashMap",null,"cljs.core/Subvec",null,"cljs.core/EmptyList",null,"cljs.core/BlackNode",null,"cljs.core/PersistentArrayMap",null,"cljs.core/LazyTransformer",null,"cljs.core/PersistentTreeMapSeq",null,"cljs.core/MapEntry",null,"cljs.core/PersistentQueueSeq",null,"cljs.core/Keyword",null,"cljs.core/Range",null,"cljs.core/UUID",null,"cljs.core/IndexedSeq",null,"cljs.core/KeySeq",null,"cljs.core/RSeq",null,"cljs.core/ObjMap",null,"cljs.core/PersistentVector",null,"cljs.core/PersistentTreeSet",null,"cljs.core/Eduction",null,"cljs.core/NodeSeq",null,"cljs.core/RedNode",null,"cljs.core/ExceptionInfo",null,"cljs.core/PersistentHashSet",null,"cljs.core/PersistentTreeMap",null,"cljs.core/LazySeq",null,"cljs.core/ChunkedSeq",null,"cljs.core/ChunkedCons",null,"cljs.core/TaggedLiteral",null], null), null),"visibility:hidden;","position:relative;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(255,0,0,1);color:#fff;width:20px;display:inline-block;text-align:center;font-size:8px;opacity:0.5;vertical-align:top;position:relative;margin-right:3px;border-radius:2px;user-select:none;padding:0px 4px;top:2px;"], null),"\u221E"], null),"margin-right:3px;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"ol","ol",932524051),new cljs.core.Keyword(null,"standard-ol-style","standard-ol-style",2143825615)], null),"color:rgba(150,150,150,1);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"circular-reference-body-style","circular-reference-body-style",314341165)], null),null,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"native-reference-style","native-reference-style",-1773393444)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"li","li",723558921),new cljs.core.Keyword(null,"aligned-li-style","aligned-li-style",43721341)], null),"position:relative;display:inline-flex;",true,"",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"fn-multi-arity-args-indent-style","fn-multi-arity-args-indent-style",-1170401159)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"expandable-style","expandable-style",-501370920)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"protocol-method-arities-header-style","protocol-method-arities-header-style",-2088352156)], null),(3),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"type-ref-style","type-ref-style",-1940011911)], null),(2),"box-shadow:0px 0px 0px 1px rgba(255,102,0,1) inset;margin-top:1px;border-radius:2px;","\u2026",true,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"meta-style","meta-style",1528213407)], null),false,new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"slow-protocol-style","slow-protocol-style",-714284811)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"header-field-style","header-field-style",-1193742102)], null),"background-color:rgba(255,102,0,0.1);box-shadow:0px 0px 0px 1px rgba(255,102,0,1) inset;position:relative;top:-1px;padding:3px 12px;border-bottom-right-radius:2px;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"native-reference-wrapper-style","native-reference-wrapper-style",578741818)], null),"",(20),"padding:0px 3px;margin:-4px 0px -2px;position:relative;top:1px;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"instance-custom-printing-wrapper-style","instance-custom-printing-wrapper-style",374945134)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"td","td",1479933353),new cljs.core.Keyword(null,"body-field-td2-style","body-field-td2-style",-278192403)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"type-basis-style","type-basis-style",-1272137383)], null),new cljs.core.Keyword(null,"default","default",-1987822328),"margin-left:0px;min-height:14px;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"default-envelope-style","default-envelope-style",-1676750479)], null),"font-size:8px;position:relative;",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"instance-header-style","instance-header-style",-373071866)], null),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),"background-color:rgba(150,150,150,1);color:#fff;width:20px;display:inline-block;text-align:center;font-size:8px;opacity:0.5;vertical-align:top;position:relative;margin-right:3px;border-radius:2px;user-select:none;padding:1px 4px;top:1px;"], null),"in"], null),"position:relative;",(3),new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),new cljs.core.Keyword(null,"circular-reference-wrapper-style","circular-reference-wrapper-style",-329208502)], null),"color:rgba(136,19,145,1);",new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"span","span",1394872991),null], null),"~"], null),"span","color:rgba(238,238,238,1);padding:0px 3px;user-select:none;"]);
|
|
15
|
+
}),null));
|
|
16
|
+
devtools.defaults.firefox_overrides_config = (new cljs.core.Delay((function (){
|
|
17
|
+
return new cljs.core.PersistentArrayMap(null, 8, [new cljs.core.Keyword(null,"native-reference-wrapper-style","native-reference-wrapper-style",578741818),"line-height:0;margin-top:-1px;",new cljs.core.Keyword(null,"symbol-style","symbol-style",1022654848),"overflow:initial;",new cljs.core.Keyword(null,"fn-header-style","fn-header-style",985447749),"display:inline-flex;align-items:center;",new cljs.core.Keyword(null,"type-ref-style","type-ref-style",-1940011911),"background-color:rgba(0,160,220,1);border-radius:0 2px 2px 0;",new cljs.core.Keyword(null,"native-reference-style","native-reference-style",-1773393444),"padding:0px 3px;position:relative;top:1px;",new cljs.core.Keyword(null,"standard-li-style","standard-li-style",413442955),"margin-left:0px;display:flex;align-items:start;",new cljs.core.Keyword(null,"standard-li-no-margin-style","standard-li-no-margin-style",87138485),"margin-left:0px;display:flex;align-items:start;",new cljs.core.Keyword(null,"aligned-li-style","aligned-li-style",43721341),"margin-left:0px;display:flex;align-items:start;"], null);
|
|
18
|
+
}),null));
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=devtools.defaults.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["devtools/defaults.cljs"],"mappings":"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","names":["devtools.defaults/known-features","cljs.core/Delay","devtools.defaults/default-features","devtools.defaults/feature-groups","cljs.core/deref","devtools.defaults/config","devtools.defaults/firefox-overrides-config"],"sourcesContent":["(ns devtools.defaults\n ; warning: when touching this ns form, update also eval-css-arg in defaults.clj\n (:require-macros [devtools.defaults :as d :refer [css span named-color]]))\n\n(def known-features (delay [:formatters :hints :async]))\n(def default-features (delay [:formatters]))\n(def feature-groups (delay {:all @known-features\n :default @default-features}))\n\n(def config\n (delay ; see https://github.com/binaryage/cljs-devtools/issues/37\n {; -- installation ------------------------------------------------------------------------------------------------------\n\n ; you can specify a list/vector of features from known-features or a keyword from feature-groups\n :features-to-install :default\n :print-config-overrides false\n :suppress-preload-install false\n :bypass-availability-checks false\n :disable-advanced-mode-check false\n :file-reader nil\n :dont-detect-custom-formatters true ; the detector is flaky in recent chrome versions\n\n ; -- feature tweaks ----------------------------------------------------------------------------------------------------\n\n :render-metas true\n :render-nils true\n :render-bools true\n :render-strings true\n :render-numbers true\n :render-keywords true\n :render-symbols true\n :render-instances true\n :render-types true\n :render-functions true\n\n :disable-cljs-fn-formatting false ; deprecated, use :render-functions instead\n\n ; -- verbosity controls ------------------------------------------------------------------------------------------------\n\n :max-print-level 2\n :body-line-max-print-level 3\n :max-header-elements 5\n :min-expandable-sequable-count 0 ; false/nil means \"never expandable\", 0 means \"always expandable\" (unless empty)\n :min-expandable-sequable-count-for-well-known-types 4 ; false/nil means \"never expandable\", 0 means \"always expandable\" (unless empty)\n :max-number-body-items 100\n :string-prefix-limit 20\n :string-postfix-limit 20\n :sanity-hint-min-length 128\n :max-instance-header-fields 3\n :max-instance-custom-printing-level 2\n :max-list-protocols 5\n :max-protocol-method-arities-list 3\n :initial-hierarchy-depth-budget (dec 20) ; set to false to disable, issue #22\n\n ; by default, well known types will render only via cljs printer, we won't wrap them in the blue-ish type info\n :well-known-types #{\"cljs.core/Keyword\"\n \"cljs.core/Symbol\"\n \"cljs.core/TaggedLiteral\"\n \"cljs.core/LazySeq\"\n \"cljs.core/LazyTransformer\"\n \"cljs.core/IndexedSeq\"\n \"cljs.core/RSeq\"\n \"cljs.core/PersistentQueueSeq\"\n \"cljs.core/PersistentTreeMapSeq\"\n \"cljs.core/NodeSeq\"\n \"cljs.core/ArrayNodeSeq\"\n \"cljs.core/List\"\n \"cljs.core/Cons\"\n \"cljs.core/EmptyList\"\n \"cljs.core/PersistentVector\"\n \"cljs.core/ChunkedCons\"\n \"cljs.core/ChunkedSeq\"\n \"cljs.core/Subvec\"\n \"cljs.core/BlackNode\"\n \"cljs.core/RedNode\"\n \"cljs.core/ObjMap\"\n \"cljs.core/KeySeq\"\n \"cljs.core/ValSeq\"\n \"cljs.core/PersistentArrayMapSeq\"\n \"cljs.core/PersistentArrayMap\"\n \"cljs.core/PersistentHashMap\"\n \"cljs.core/PersistentTreeMap\"\n \"cljs.core/PersistentHashSet\"\n \"cljs.core/PersistentTreeSet\"\n \"cljs.core/MapEntry\"\n \"cljs.core/Range\"\n \"cljs.core/IntegerRange\"\n \"cljs.core/ES6IteratorSeq\"\n \"cljs.core/Eduction\"\n \"cljs.core/UUID\"\n \"cljs.core/ExceptionInfo\"}\n\n ; -- pluggable markup --------------------------------------------------------------------------------------------------\n\n :more-marker \"\u2026\"\n :body-items-more-label \"more\u2026\"\n :string-abbreviation-marker \" \u2026 \"\n :multi-arity-symbol \"\u2026\"\n :more-symbol \"\u2026\"\n :plus-symbol \"+\"\n :header-field-value-spacer (span (css (str \"color:\" (named-color :field-spacer) \";\")) \"=\")\n :body-field-value-spacer (span (css (str \"color:\" (named-color :field-spacer) \";\")) \"=\")\n :header-field-separator \" \"\n :more-fields-symbol \"\u2026\"\n :instance-value-separator \"\"\n :fields-header-open-symbol \"\"\n :fields-header-close-symbol \"\"\n :fields-header-no-fields-symbol (span :header-field-name-style \"\u2205\")\n :rest-symbol \" & \"\n :args-open-symbol \"[\"\n :args-close-symbol \"]\"\n :new-line-string-replacer \"\u21b5\"\n :line-index-separator \"\"\n :dq \"\\\"\"\n :protocol-method-arities-more-symbol \"\u2026\"\n :protocol-method-arities-list-header-separator \" \"\n :spacer \" \"\n :nil-label \"nil\"\n :default-envelope-header \"\\uD83D\\uDCE8\" ; U+1F4E8: INCOMING ENVELOPE, http://www.charbase.com/1f4e8-unicode-incoming-envelope\n :list-separator \" \"\n :list-open-symbol \"\"\n :list-close-symbol \"\"\n :empty-basis-symbol (span (css) :basis-icon (span :type-basis-item-style \"\u2205\"))\n :expandable-symbol \"\"\n :header-expander-symbol (span (css) \"~\")\n\n ; -- backgrounds -------------------------------------------------------------------------------------------------------\n\n :instance-custom-printing-background (d/get-custom-printing-background-markup)\n :type-header-background (d/get-instance-type-header-background-markup)\n :native-reference-background (d/get-native-reference-background-markup)\n :protocol-background (d/get-protocol-background-markup)\n :instance-header-background nil\n\n ; -- icons -------------------------------------------------------------------------------------------------------------\n\n :basis-icon (d/icon \"\u03b2\" (named-color :basis))\n :protocols-icon (d/icon \"\u22a2\" (named-color :protocol))\n :fields-icon (d/icon \"\u220b\" (named-color :field))\n :method-icon (d/icon \"m\" (named-color :method))\n :ns-icon (d/icon \"in\" (named-color :ns))\n :native-icon (d/icon \"js\" (named-color :native))\n :lambda-icon (d/icon \"\u03bb\" (named-color :lambda))\n :fn-icon (d/icon \"fn\" (named-color :fn))\n :circular-ref-icon (d/icon \"\u221e\" (named-color :circular-ref) :slim)\n\n ; -- tags --------------------------------------------------------------------------------------------------------------\n\n :cljs-land-tag [:span :cljs-land-style]\n :header-tag [:span :header-style]\n :item-tag [:span :item-style]\n :nil-tag [:span :nil-style]\n :bool-tag [:span :bool-style]\n :keyword-tag [:span :keyword-style]\n :symbol-tag [:span :symbol-style]\n :integer-tag [:span :integer-style]\n :float-tag [:span :float-style]\n :float-nan-tag [:span :float-nan-style]\n :float-infinity-tag [:span :float-infinity-style]\n :string-tag [:span :string-style]\n :expanded-string-tag [:span :expanded-string-style]\n :circular-reference-tag [:span :circular-reference-wrapper-style]\n :circular-reference-body-tag [:span :circular-reference-body-style]\n :native-reference-tag [:span :native-reference-style]\n :native-reference-wrapper-tag [:span :native-reference-wrapper-style]\n :meta-wrapper-tag [:span :meta-wrapper-style]\n :meta-header-tag [:span :meta-style]\n :meta-body-tag [:span :meta-body-style]\n :meta-reference-tag [:span :meta-reference-style]\n :body-tag [:span :body-style]\n :index-tag [:span :index-style]\n :standard-ol-tag [:ol :standard-ol-style]\n :standard-ol-no-margin-tag [:ol :standard-ol-no-margin-style]\n :standard-li-tag [:li :standard-li-style]\n :standard-li-no-margin-tag [:li :standard-li-no-margin-style]\n :aligned-li-tag [:li :aligned-li-style]\n :body-items-more-tag [:span :body-items-more-style]\n :fn-args-tag [:span :fn-args-style]\n :fn-name-tag [:span :fn-name-style]\n :fn-prefix-tag [:span :fn-prefix-style]\n :fn-header-tag [:span :fn-header-style]\n :fn-multi-arity-args-indent-tag [:span :fn-multi-arity-args-indent-style]\n :fn-ns-name-tag [:span :fn-ns-name-style]\n :type-wrapper-tag [:span :type-wrapper-style]\n :type-header-tag [:span :type-header-style]\n :type-name-tag [:span :type-name-style]\n :type-ref-tag [:span :type-ref-style]\n :type-basis-tag [:span :type-basis-style]\n :type-basis-item-tag [:span :type-basis-item-style]\n :standalone-type-tag [:span :standalone-type-style]\n :header-field-tag [:span :header-field-style]\n :header-field-name-tag [:span :header-field-name-style]\n :header-field-value-tag [:span :header-field-value-style]\n :instance-body-fields-table-tag [:table :instance-body-fields-table-style]\n :body-field-tr-tag [:tr :body-field-tr-style]\n :body-field-td1-tag [:td :body-field-td1-style]\n :body-field-td2-tag [:td :body-field-td2-style]\n :body-field-td3-tag [:td :body-field-td3-style]\n :body-field-name-tag [:span :body-field-name-style]\n :body-field-value-tag [:span :body-field-value-style]\n :fields-header-tag [:span :fields-header-style]\n :protocol-method-arities-header-tag [:span :protocol-method-arities-header-style]\n :protocol-name-tag [:span :protocol-name-style]\n :protocol-method-tag [:span :protocol-method-style]\n :protocol-method-name-tag [:span :protocol-method-name-style]\n :protocol-ns-name-tag [:span :protocol-ns-name-style]\n :protocols-header-tag [:span :protocols-header-style]\n :protocol-more-tag [:span :protocol-more-style]\n :fast-protocol-tag [:span :fast-protocol-style]\n :slow-protocol-tag [:span :slow-protocol-style]\n :instance-value-tag [:span :instance-value-style]\n :instance-custom-printing-wrapper-tag [:span :instance-custom-printing-wrapper-style]\n :instance-header-tag [:span :instance-header-style]\n :instance-type-header-tag [:span :instance-type-header-style]\n :list-tag [:span :list-style]\n :expandable-tag [:span :expandable-style]\n :expandable-inner-tag [:span :expandable-inner-style]\n :instance-custom-printing-tag [:span :instance-custom-printing-style]\n :default-envelope-tag [:span :default-envelope-style]\n\n ; -- DOM tags mapping ----------------------------------------------------------------------------------------------------\n\n :span \"span\"\n :div \"div\"\n :ol \"ol\"\n :li \"li\"\n :table \"table\"\n :td \"td\"\n :tr \"tr\"\n\n ; -- styles ------------------------------------------------------------------------------------------------------------\n\n :cljs-land-style (css (str \"background-color: \" (named-color :signature-background) \";\")\n (str \"color: \" (named-color :base-text-color) \";\") ; prevent leaking in text colors from \"outside\"\n \"border-radius: 2px;\")\n\n :header-style (css \"white-space: nowrap;\") ; this prevents jumping of content when expanding sections due to content wrapping\n :expandable-style (css \"white-space: nowrap;\"\n \"padding-left: 3px;\")\n :expandable-inner-style (css \"margin-left: -3px;\")\n :item-style (css \"display: inline-block;\"\n \"white-space: nowrap;\"\n \"border-left: 2px solid rgba(100, 100, 100, 0.2);\"\n \"padding: 0px 4px 0px 4px;\"\n \"margin: 1px 0px 0px 0px;\")\n\n :fn-header-style (css)\n :fn-prefix-style (css)\n :nil-style (css (str \"color: \" (named-color :nil) \";\"))\n :keyword-style (css (str \"color: \" (named-color :keyword) \";\"))\n :integer-style (css (str \"color: \" (named-color :integer) \";\"))\n :float-style (css (str \"color: \" (named-color :float) \";\"))\n :float-nan-style (css (str \"color: \" (named-color :float-nan) \";\"))\n :float-infinity-style (css (str \"color: \" (named-color :float-infinity) \";\"))\n :string-style (css (str \"color: \" (named-color :string) \";\"))\n :symbol-style (css (str \"color: \" (named-color :symbol) \";\"))\n :bool-style (css (str \"color: \" (named-color :bool) \";\"))\n\n ; native reference wrapper is here to counter some \"evil\" internal DevTools styles in treeoutline.css\n ; namely :host padding[1] and li min-height[2]\n ; [1] https://github.com/binaryage/dirac/blob/acdf79e782510f6cdac609def3f561d5d04c86c8/front_end/ui/treeoutline.css#L9\n ; [2] https://github.com/binaryage/dirac/blob/acdf79e782510f6cdac609def3f561d5d04c86c8/front_end/ui/treeoutline.css#L80\n :native-reference-wrapper-style (css \"position: relative;\"\n \"display: inline-flex;\")\n :native-reference-style (css \"padding: 0px 3px;\"\n \"margin: -4px 0px -2px;\"\n \"position: relative;\"\n \"top: 1px;\")\n\n :type-wrapper-style (css \"position: relative;\"\n \"padding-left: 1px;\"\n \"border-radius: 2px;\")\n :type-ref-style (css \"position: relative;\")\n :type-header-style (css (d/get-common-type-header-style)\n \"border-radius: 2px;\")\n :type-name-style (css \"padding-right: 4px;\")\n :type-basis-style (css \"margin-right: 3px;\")\n :type-basis-item-style (css (str \"color: \" (named-color :basis) \";\")\n \"margin-right: 6px;\")\n :protocol-name-style (css \"position: relative;\")\n :fast-protocol-style (css (d/get-common-protocol-style)\n (str \"color: \" (named-color :fast-protocol) \";\"))\n :slow-protocol-style (css (d/get-common-protocol-style)\n (str \"color: \" (named-color :slow-protocol) \";\"))\n :protocol-more-style (css \"font-size: 8px;\"\n \"position: relative;\")\n :protocol-ns-name-style (css (str \"color: \" (named-color :ns) \";\"))\n :list-style (css)\n\n :body-field-name-style (css (str \"color: \" (named-color :field) \";\"))\n :body-field-value-style (css \"margin-left: 6px;\")\n :header-field-name-style (css (str \"color: \" (named-color :field) \";\"))\n :body-field-td1-style (css \"vertical-align: top;\"\n \"padding: 0;\"\n \"padding-right: 4px;\")\n :body-field-td2-style (css \"vertical-align: top;\"\n \"padding: 0;\")\n :body-field-td3-style (css \"vertical-align: top;\"\n \"padding: 0;\")\n :instance-header-style (css (d/type-outline-style)\n \"position:relative;\")\n :expandable-wrapper-style (css)\n :standalone-type-style (css (d/type-outline-style))\n :instance-custom-printing-style (css \"position: relative;\"\n \"padding: 0 2px 0 4px;\")\n :instance-custom-printing-wrapper-style (css \"position: relative;\"\n \"border-radius: 2px;\")\n :instance-type-header-style (css (d/get-common-type-header-style)\n \"border-radius: 2px 0 0 2px;\")\n :instance-body-fields-table-style (css \"border-spacing: 0;\"\n \"border-collapse: collapse;\"\n \"margin-bottom: -2px;\" ; weird spacing workaround\n \"display: inline-block;\")\n :fields-header-style (css \"padding: 0px 3px;\")\n\n :protocol-method-name-style (css \"margin-right: 6px;\"\n (str \"color: \" (named-color :protocol) \" ;\"))\n\n :meta-wrapper-style (css (str \"box-shadow: 0px 0px 0px 1px \" (named-color :meta) \" inset;\")\n \"margin-top: 1px;\"\n \"border-radius: 2px;\")\n :meta-reference-style (css (str \"background-color:\" (named-color :meta) \";\")\n \"border-radius: 0 2px 2px 0;\")\n :meta-style (css (str \"color: \" (named-color :meta-text) \";\")\n \"padding: 0px 3px;\"\n \"user-select: none;\")\n :meta-body-style (css (str \"background-color: \" (named-color :meta 0.1) \";\")\n (str \"box-shadow: 0px 0px 0px 1px \" (named-color :meta) \" inset;\")\n \"position: relative;\"\n \"top: -1px;\"\n \"padding: 3px 12px;\"\n \"border-bottom-right-radius: 2px;\")\n\n :fn-ns-name-style (css (str \"color: \" (named-color :ns) \";\"))\n :fn-name-style (css (str \"color: \" (named-color :fn) \";\")\n \"margin-right: 2px;\")\n :fn-args-style (css (str \"color: \" (named-color :fn-args) \";\"))\n :fn-multi-arity-args-indent-style (css \"visibility: hidden;\")\n :standard-ol-style (css \"list-style-type: none;\"\n \"padding-left: 0px;\"\n \"margin-top: 0px;\"\n \"margin-bottom: 0px;\"\n \"margin-left: 0px;\")\n :standard-ol-no-margin-style (css \"list-style-type: none;\"\n \"padding-left: 0px;\"\n \"margin-top: 0px;\"\n \"margin-bottom: 0px;\"\n \"margin-left: 0px;\")\n :standard-li-style (css \"margin-left: 0px;\"\n (d/get-body-line-common-style))\n :standard-li-no-margin-style (css \"margin-left: 0px;\"\n (d/get-body-line-common-style))\n :aligned-li-style (css \"margin-left: 0px;\"\n (d/get-body-line-common-style))\n\n :body-items-more-style (css (str \"background-color:\" (named-color :more-background) \";\")\n \"min-width: 50px;\"\n \"display: inline-block;\"\n (str \"color: \" (named-color :more) \";\")\n \"cursor: pointer;\"\n \"line-height: 14px;\"\n \"font-size: 10px;\"\n \"border-radius: 2px;\"\n \"padding: 0px 4px 0px 4px;\"\n \"margin: 1px 0px 0px 0px;\"\n \"user-select: none;\")\n :body-style (css \"display: inline-block;\"\n \"padding: 3px 12px;\"\n (str \"border-top: 2px solid \" (named-color :body-border) \";\")\n \"margin: 1px;\"\n \"margin-top: 0px;\"\n (str \"background-color: \" (named-color :signature-background) \";\"))\n :index-style (css \"min-width: 50px;\"\n \"display: inline-block;\"\n \"text-align: right;\"\n \"vertical-align: top;\"\n (str \"background-color: \" (named-color :index-background) \";\")\n (str \"color: \" (named-color :index) \";\")\n \"opacity: 0.5;\"\n \"margin-right: 3px;\"\n \"padding: 0px 4px 0px 4px;\"\n \"margin: 1px 0px 0px 0px;\"\n \"user-select: none;\")\n :expanded-string-style (css \"padding: 0px 12px 0px 12px;\"\n (str \"color: \" (named-color :string) \";\")\n \"white-space: pre;\"\n (str \"border-top: 1px solid \" (named-color :expanded-string-border) \";\")\n \"border-radius: 1px;\"\n \"margin: 0px 0px 2px 0px;\"\n (str \"background-color: \" (named-color :expanded-string-background) \";\"))\n :default-envelope-style (css)\n\n ; -- pluggable api handlers --------------------------------------------------------------------------------------------\n\n :header-pre-handler nil\n :header-post-handler nil\n :has-body-pre-handler nil\n :has-body-post-handler nil\n :body-pre-handler nil\n :body-post-handler nil\n\n ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n }))\n\n; this config gets merged over defaults when Firefox is detected\n; see https://github.com/binaryage/cljs-devtools/pull/73\n(def firefox-overrides-config\n (delay\n {:native-reference-wrapper-style (css \"line-height: 0;\"\n\t \"margin-top: -1px;\")\n :symbol-style (css \"overflow: initial;\")\n :fn-header-style (css \"display: inline-flex;\"\n \"align-items: center;\")\n :type-ref-style (css (str \"background-color:\" (named-color :type) \";\")\n \"border-radius: 0 2px 2px 0;\")\n :native-reference-style (css \"padding: 0px 3px;\"\n \"position: relative;\"\n \"top: 1px;\")\n :standard-li-style (css \"margin-left: 0px;\"\n \"display: flex;\"\n \"align-items: start;\")\n :standard-li-no-margin-style (css \"margin-left: 0px;\"\n \"display: flex;\"\n \"align-items: start;\")\n :aligned-li-style (css \"margin-left: 0px;\"\n \"display: flex;\"\n \"align-items: start;\")\n }))\n"],"x_google_ignoreList":[0]}
|