m3-json-schema 1.0.0-beta1

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.
Files changed (53) hide show
  1. package/cljc.java_time.extn.calendar_awareness.js +26 -0
  2. package/cljc.java_time.extn.calendar_awareness.js.map +1 -0
  3. package/cljc.java_time.local_date.js +384 -0
  4. package/cljc.java_time.local_date.js.map +1 -0
  5. package/cljc.java_time.offset_date_time.js +391 -0
  6. package/cljc.java_time.offset_date_time.js.map +1 -0
  7. package/cljc.java_time.offset_time.js +305 -0
  8. package/cljc.java_time.offset_time.js.map +1 -0
  9. package/cljs.core.js +38762 -0
  10. package/cljs.core.js.map +1 -0
  11. package/cljs_env.js +7717 -0
  12. package/clojure.string.js +492 -0
  13. package/clojure.string.js.map +1 -0
  14. package/index.d.ts +45 -0
  15. package/java.time.js +354 -0
  16. package/java.time.js.map +1 -0
  17. package/m3.draft.js +27 -0
  18. package/m3.draft.js.map +1 -0
  19. package/m3.ecma.js +28 -0
  20. package/m3.ecma.js.map +1 -0
  21. package/m3.format.js +301 -0
  22. package/m3.format.js.map +1 -0
  23. package/m3.idn_hostname.js +546 -0
  24. package/m3.idn_hostname.js.map +1 -0
  25. package/m3.js.js +330 -0
  26. package/m3.js.js.map +1 -0
  27. package/m3.log.js +147 -0
  28. package/m3.log.js.map +1 -0
  29. package/m3.pattern.js +36 -0
  30. package/m3.pattern.js.map +1 -0
  31. package/m3.platform.js +82 -0
  32. package/m3.platform.js.map +1 -0
  33. package/m3.property.js +1940 -0
  34. package/m3.property.js.map +1 -0
  35. package/m3.ref.js +404 -0
  36. package/m3.ref.js.map +1 -0
  37. package/m3.type.js +133 -0
  38. package/m3.type.js.map +1 -0
  39. package/m3.uri.js +259 -0
  40. package/m3.uri.js.map +1 -0
  41. package/m3.util.js +192 -0
  42. package/m3.util.js.map +1 -0
  43. package/m3.validate.js +522 -0
  44. package/m3.validate.js.map +1 -0
  45. package/m3.vocabulary.js +85 -0
  46. package/m3.vocabulary.js.map +1 -0
  47. package/package.json +35 -0
  48. package/shadow.js.js +100 -0
  49. package/shadow.js.js.map +9 -0
  50. package/shadow.js.shim.module$$js_joda$core.js +22 -0
  51. package/shadow.js.shim.module$$js_joda$core.js.map +9 -0
  52. package/shadow.js.shim.module$punycode.js +22 -0
  53. package/shadow.js.shim.module$punycode.js.map +9 -0
@@ -0,0 +1,305 @@
1
+ var $CLJS = require("./cljs_env");
2
+ var $jscomp = $CLJS.$jscomp;
3
+ var COMPILED = false;
4
+ require("./cljs.core.js");
5
+ require("./cljc.java_time.extn.calendar_awareness.js");
6
+ require("./java.time.js");
7
+ var cljc=$CLJS.cljc || ($CLJS.cljc = {});
8
+ var m3=$CLJS.m3 || ($CLJS.m3 = {});
9
+ var clojure=$CLJS.clojure || ($CLJS.clojure = {});
10
+ var cljs=$CLJS.cljs || ($CLJS.cljs = {});
11
+ var java=$CLJS.java || ($CLJS.java = {});
12
+ var shadow=$CLJS.shadow || ($CLJS.shadow = {});
13
+ var goog=$CLJS.goog || ($CLJS.goog = {});
14
+ var module$shadow_js_shim_module$$js_joda$core=$CLJS.module$shadow_js_shim_module$$js_joda$core || ($CLJS.module$shadow_js_shim_module$$js_joda$core = {});
15
+ var module$shadow_js_shim_module$punycode=$CLJS.module$shadow_js_shim_module$punycode || ($CLJS.module$shadow_js_shim_module$punycode = {});
16
+
17
+ $CLJS.SHADOW_ENV.setLoaded("cljc.java_time.offset_time.js");
18
+
19
+ goog.provide('cljc.java_time.offset_time');
20
+ goog.scope(function(){
21
+ cljc.java_time.offset_time.goog$module$goog$object = goog.module.get('goog.object');
22
+ });
23
+ cljc.java_time.offset_time.min = cljc.java_time.offset_time.goog$module$goog$object.get(java.time.OffsetTime,"MIN");
24
+ cljc.java_time.offset_time.max = cljc.java_time.offset_time.goog$module$goog$object.get(java.time.OffsetTime,"MAX");
25
+ cljc.java_time.offset_time.minus_minutes = (function cljc$java_time$offset_time$minus_minutes(this13957,long13958){
26
+ return this13957.minusMinutes(long13958);
27
+ });
28
+ cljc.java_time.offset_time.truncated_to = (function cljc$java_time$offset_time$truncated_to(this13959,java_time_temporal_TemporalUnit13960){
29
+ return this13959.truncatedTo(java_time_temporal_TemporalUnit13960);
30
+ });
31
+ cljc.java_time.offset_time.range = (function cljc$java_time$offset_time$range(this13961,java_time_temporal_TemporalField13962){
32
+ return this13961.range(java_time_temporal_TemporalField13962);
33
+ });
34
+ cljc.java_time.offset_time.get_hour = (function cljc$java_time$offset_time$get_hour(this13963){
35
+ return this13963.hour();
36
+ });
37
+ cljc.java_time.offset_time.minus_hours = (function cljc$java_time$offset_time$minus_hours(this13964,long13965){
38
+ return this13964.minusHours(long13965);
39
+ });
40
+ cljc.java_time.offset_time.of = (function cljc$java_time$offset_time$of(var_args){
41
+ var G__21820 = arguments.length;
42
+ switch (G__21820) {
43
+ case 2:
44
+ return cljc.java_time.offset_time.of.cljs$core$IFn$_invoke$arity$2((arguments[(0)]),(arguments[(1)]));
45
+
46
+ break;
47
+ case 5:
48
+ return cljc.java_time.offset_time.of.cljs$core$IFn$_invoke$arity$5((arguments[(0)]),(arguments[(1)]),(arguments[(2)]),(arguments[(3)]),(arguments[(4)]));
49
+
50
+ break;
51
+ default:
52
+ throw (new Error(["Invalid arity: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(arguments.length)].join('')));
53
+
54
+ }
55
+ });
56
+
57
+ (cljc.java_time.offset_time.of.cljs$core$IFn$_invoke$arity$2 = (function (java_time_LocalTime13966,java_time_ZoneOffset13967){
58
+ return cljs.core.js_invoke.cljs$core$IFn$_invoke$arity$variadic(java.time.OffsetTime,"of",cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([java_time_LocalTime13966,java_time_ZoneOffset13967], 0));
59
+ }));
60
+
61
+ (cljc.java_time.offset_time.of.cljs$core$IFn$_invoke$arity$5 = (function (int13968,int13969,int13970,int13971,java_time_ZoneOffset13972){
62
+ return cljs.core.js_invoke.cljs$core$IFn$_invoke$arity$variadic(java.time.OffsetTime,"of",cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([int13968,int13969,int13970,int13971,java_time_ZoneOffset13972], 0));
63
+ }));
64
+
65
+ (cljc.java_time.offset_time.of.cljs$lang$maxFixedArity = 5);
66
+
67
+ cljc.java_time.offset_time.is_equal = (function cljc$java_time$offset_time$is_equal(this13973,java_time_OffsetTime13974){
68
+ return this13973.isEqual(java_time_OffsetTime13974);
69
+ });
70
+ cljc.java_time.offset_time.get_nano = (function cljc$java_time$offset_time$get_nano(this13975){
71
+ return this13975.nano();
72
+ });
73
+ cljc.java_time.offset_time.minus_seconds = (function cljc$java_time$offset_time$minus_seconds(this13976,long13977){
74
+ return this13976.minusSeconds(long13977);
75
+ });
76
+ cljc.java_time.offset_time.get_second = (function cljc$java_time$offset_time$get_second(this13978){
77
+ return this13978.second();
78
+ });
79
+ cljc.java_time.offset_time.plus_nanos = (function cljc$java_time$offset_time$plus_nanos(this13979,long13980){
80
+ return this13979.plusNanos(long13980);
81
+ });
82
+ cljc.java_time.offset_time.plus = (function cljc$java_time$offset_time$plus(var_args){
83
+ var G__21841 = arguments.length;
84
+ switch (G__21841) {
85
+ case 3:
86
+ return cljc.java_time.offset_time.plus.cljs$core$IFn$_invoke$arity$3((arguments[(0)]),(arguments[(1)]),(arguments[(2)]));
87
+
88
+ break;
89
+ case 2:
90
+ return cljc.java_time.offset_time.plus.cljs$core$IFn$_invoke$arity$2((arguments[(0)]),(arguments[(1)]));
91
+
92
+ break;
93
+ default:
94
+ throw (new Error(["Invalid arity: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(arguments.length)].join('')));
95
+
96
+ }
97
+ });
98
+
99
+ (cljc.java_time.offset_time.plus.cljs$core$IFn$_invoke$arity$3 = (function (this13981,long13982,java_time_temporal_TemporalUnit13983){
100
+ return this13981.plus(long13982,java_time_temporal_TemporalUnit13983);
101
+ }));
102
+
103
+ (cljc.java_time.offset_time.plus.cljs$core$IFn$_invoke$arity$2 = (function (this13984,java_time_temporal_TemporalAmount13985){
104
+ return this13984.plus(java_time_temporal_TemporalAmount13985);
105
+ }));
106
+
107
+ (cljc.java_time.offset_time.plus.cljs$lang$maxFixedArity = 3);
108
+
109
+ cljc.java_time.offset_time.with_hour = (function cljc$java_time$offset_time$with_hour(this13986,int13987){
110
+ return this13986.withHour(int13987);
111
+ });
112
+ cljc.java_time.offset_time.with_minute = (function cljc$java_time$offset_time$with_minute(this13988,int13989){
113
+ return this13988.withMinute(int13989);
114
+ });
115
+ cljc.java_time.offset_time.plus_minutes = (function cljc$java_time$offset_time$plus_minutes(this13990,long13991){
116
+ return this13990.plusMinutes(long13991);
117
+ });
118
+ cljc.java_time.offset_time.query = (function cljc$java_time$offset_time$query(this13992,java_time_temporal_TemporalQuery13993){
119
+ return this13992.query(java_time_temporal_TemporalQuery13993);
120
+ });
121
+ cljc.java_time.offset_time.at_date = (function cljc$java_time$offset_time$at_date(this13994,java_time_LocalDate13995){
122
+ return this13994.atDate(java_time_LocalDate13995);
123
+ });
124
+ cljc.java_time.offset_time.with_offset_same_instant = (function cljc$java_time$offset_time$with_offset_same_instant(this13996,java_time_ZoneOffset13997){
125
+ return this13996.withOffsetSameInstant(java_time_ZoneOffset13997);
126
+ });
127
+ cljc.java_time.offset_time.to_string = (function cljc$java_time$offset_time$to_string(this13998){
128
+ return this13998.toString();
129
+ });
130
+ cljc.java_time.offset_time.is_before = (function cljc$java_time$offset_time$is_before(this13999,java_time_OffsetTime14000){
131
+ return this13999.isBefore(java_time_OffsetTime14000);
132
+ });
133
+ cljc.java_time.offset_time.minus = (function cljc$java_time$offset_time$minus(var_args){
134
+ var G__21873 = arguments.length;
135
+ switch (G__21873) {
136
+ case 3:
137
+ return cljc.java_time.offset_time.minus.cljs$core$IFn$_invoke$arity$3((arguments[(0)]),(arguments[(1)]),(arguments[(2)]));
138
+
139
+ break;
140
+ case 2:
141
+ return cljc.java_time.offset_time.minus.cljs$core$IFn$_invoke$arity$2((arguments[(0)]),(arguments[(1)]));
142
+
143
+ break;
144
+ default:
145
+ throw (new Error(["Invalid arity: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(arguments.length)].join('')));
146
+
147
+ }
148
+ });
149
+
150
+ (cljc.java_time.offset_time.minus.cljs$core$IFn$_invoke$arity$3 = (function (this14001,long14002,java_time_temporal_TemporalUnit14003){
151
+ return this14001.minus(long14002,java_time_temporal_TemporalUnit14003);
152
+ }));
153
+
154
+ (cljc.java_time.offset_time.minus.cljs$core$IFn$_invoke$arity$2 = (function (this14004,java_time_temporal_TemporalAmount14005){
155
+ return this14004.minus(java_time_temporal_TemporalAmount14005);
156
+ }));
157
+
158
+ (cljc.java_time.offset_time.minus.cljs$lang$maxFixedArity = 3);
159
+
160
+ cljc.java_time.offset_time.plus_hours = (function cljc$java_time$offset_time$plus_hours(this14006,long14007){
161
+ return this14006.plusHours(long14007);
162
+ });
163
+ cljc.java_time.offset_time.to_local_time = (function cljc$java_time$offset_time$to_local_time(this14008){
164
+ return this14008.toLocalTime();
165
+ });
166
+ cljc.java_time.offset_time.get_long = (function cljc$java_time$offset_time$get_long(this14009,java_time_temporal_TemporalField14010){
167
+ return this14009.getLong(java_time_temporal_TemporalField14010);
168
+ });
169
+ cljc.java_time.offset_time.get_offset = (function cljc$java_time$offset_time$get_offset(this14011){
170
+ return this14011.offset();
171
+ });
172
+ cljc.java_time.offset_time.with_nano = (function cljc$java_time$offset_time$with_nano(this14012,int14013){
173
+ return this14012.withNano(int14013);
174
+ });
175
+ cljc.java_time.offset_time.until = (function cljc$java_time$offset_time$until(this14014,java_time_temporal_Temporal14015,java_time_temporal_TemporalUnit14016){
176
+ return this14014.until(java_time_temporal_Temporal14015,java_time_temporal_TemporalUnit14016);
177
+ });
178
+ cljc.java_time.offset_time.with_offset_same_local = (function cljc$java_time$offset_time$with_offset_same_local(this14017,java_time_ZoneOffset14018){
179
+ return this14017.withOffsetSameLocal(java_time_ZoneOffset14018);
180
+ });
181
+ cljc.java_time.offset_time.from = (function cljc$java_time$offset_time$from(java_time_temporal_TemporalAccessor14019){
182
+ return cljs.core.js_invoke.cljs$core$IFn$_invoke$arity$variadic(java.time.OffsetTime,"from",cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([java_time_temporal_TemporalAccessor14019], 0));
183
+ });
184
+ cljc.java_time.offset_time.is_after = (function cljc$java_time$offset_time$is_after(this14020,java_time_OffsetTime14021){
185
+ return this14020.isAfter(java_time_OffsetTime14021);
186
+ });
187
+ cljc.java_time.offset_time.minus_nanos = (function cljc$java_time$offset_time$minus_nanos(this14022,long14023){
188
+ return this14022.minusNanos(long14023);
189
+ });
190
+ cljc.java_time.offset_time.is_supported = (function cljc$java_time$offset_time$is_supported(this14024,G__14025){
191
+ return this14024.isSupported(G__14025);
192
+ });
193
+ cljc.java_time.offset_time.parse = (function cljc$java_time$offset_time$parse(var_args){
194
+ var G__21901 = arguments.length;
195
+ switch (G__21901) {
196
+ case 1:
197
+ return cljc.java_time.offset_time.parse.cljs$core$IFn$_invoke$arity$1((arguments[(0)]));
198
+
199
+ break;
200
+ case 2:
201
+ return cljc.java_time.offset_time.parse.cljs$core$IFn$_invoke$arity$2((arguments[(0)]),(arguments[(1)]));
202
+
203
+ break;
204
+ default:
205
+ throw (new Error(["Invalid arity: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(arguments.length)].join('')));
206
+
207
+ }
208
+ });
209
+
210
+ (cljc.java_time.offset_time.parse.cljs$core$IFn$_invoke$arity$1 = (function (java_lang_CharSequence14026){
211
+ return cljs.core.js_invoke.cljs$core$IFn$_invoke$arity$variadic(java.time.OffsetTime,"parse",cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([java_lang_CharSequence14026], 0));
212
+ }));
213
+
214
+ (cljc.java_time.offset_time.parse.cljs$core$IFn$_invoke$arity$2 = (function (java_lang_CharSequence14027,java_time_format_DateTimeFormatter14028){
215
+ return cljs.core.js_invoke.cljs$core$IFn$_invoke$arity$variadic(java.time.OffsetTime,"parse",cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([java_lang_CharSequence14027,java_time_format_DateTimeFormatter14028], 0));
216
+ }));
217
+
218
+ (cljc.java_time.offset_time.parse.cljs$lang$maxFixedArity = 2);
219
+
220
+ cljc.java_time.offset_time.with_second = (function cljc$java_time$offset_time$with_second(this14029,int14030){
221
+ return this14029.withSecond(int14030);
222
+ });
223
+ cljc.java_time.offset_time.get_minute = (function cljc$java_time$offset_time$get_minute(this14031){
224
+ return this14031.minute();
225
+ });
226
+ cljc.java_time.offset_time.hash_code = (function cljc$java_time$offset_time$hash_code(this14032){
227
+ return this14032.hashCode();
228
+ });
229
+ cljc.java_time.offset_time.adjust_into = (function cljc$java_time$offset_time$adjust_into(this14033,java_time_temporal_Temporal14034){
230
+ return this14033.adjustInto(java_time_temporal_Temporal14034);
231
+ });
232
+ cljc.java_time.offset_time.with$ = (function cljc$java_time$offset_time$with(var_args){
233
+ var G__21913 = arguments.length;
234
+ switch (G__21913) {
235
+ case 2:
236
+ return cljc.java_time.offset_time.with$.cljs$core$IFn$_invoke$arity$2((arguments[(0)]),(arguments[(1)]));
237
+
238
+ break;
239
+ case 3:
240
+ return cljc.java_time.offset_time.with$.cljs$core$IFn$_invoke$arity$3((arguments[(0)]),(arguments[(1)]),(arguments[(2)]));
241
+
242
+ break;
243
+ default:
244
+ throw (new Error(["Invalid arity: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(arguments.length)].join('')));
245
+
246
+ }
247
+ });
248
+
249
+ (cljc.java_time.offset_time.with$.cljs$core$IFn$_invoke$arity$2 = (function (this14035,java_time_temporal_TemporalAdjuster14036){
250
+ return this14035.with(java_time_temporal_TemporalAdjuster14036);
251
+ }));
252
+
253
+ (cljc.java_time.offset_time.with$.cljs$core$IFn$_invoke$arity$3 = (function (this14037,java_time_temporal_TemporalField14038,long14039){
254
+ return this14037.with(java_time_temporal_TemporalField14038,long14039);
255
+ }));
256
+
257
+ (cljc.java_time.offset_time.with$.cljs$lang$maxFixedArity = 3);
258
+
259
+ cljc.java_time.offset_time.now = (function cljc$java_time$offset_time$now(var_args){
260
+ var G__21916 = arguments.length;
261
+ switch (G__21916) {
262
+ case 0:
263
+ return cljc.java_time.offset_time.now.cljs$core$IFn$_invoke$arity$0();
264
+
265
+ break;
266
+ case 1:
267
+ return cljc.java_time.offset_time.now.cljs$core$IFn$_invoke$arity$1((arguments[(0)]));
268
+
269
+ break;
270
+ default:
271
+ throw (new Error(["Invalid arity: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(arguments.length)].join('')));
272
+
273
+ }
274
+ });
275
+
276
+ (cljc.java_time.offset_time.now.cljs$core$IFn$_invoke$arity$0 = (function (){
277
+ return cljs.core.js_invoke(java.time.OffsetTime,"now");
278
+ }));
279
+
280
+ (cljc.java_time.offset_time.now.cljs$core$IFn$_invoke$arity$1 = (function (G__14041){
281
+ return cljs.core.js_invoke.cljs$core$IFn$_invoke$arity$variadic(java.time.OffsetTime,"now",cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([G__14041], 0));
282
+ }));
283
+
284
+ (cljc.java_time.offset_time.now.cljs$lang$maxFixedArity = 1);
285
+
286
+ cljc.java_time.offset_time.compare_to = (function cljc$java_time$offset_time$compare_to(this14042,java_time_OffsetTime14043){
287
+ return this14042.compareTo(java_time_OffsetTime14043);
288
+ });
289
+ cljc.java_time.offset_time.of_instant = (function cljc$java_time$offset_time$of_instant(java_time_Instant14044,java_time_ZoneId14045){
290
+ return cljs.core.js_invoke.cljs$core$IFn$_invoke$arity$variadic(java.time.OffsetTime,"ofInstant",cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([java_time_Instant14044,java_time_ZoneId14045], 0));
291
+ });
292
+ cljc.java_time.offset_time.plus_seconds = (function cljc$java_time$offset_time$plus_seconds(this14046,long14047){
293
+ return this14046.plusSeconds(long14047);
294
+ });
295
+ cljc.java_time.offset_time.get = (function cljc$java_time$offset_time$get(this14048,java_time_temporal_TemporalField14049){
296
+ return this14048.get(java_time_temporal_TemporalField14049);
297
+ });
298
+ cljc.java_time.offset_time.equals = (function cljc$java_time$offset_time$equals(this14050,java_lang_Object14051){
299
+ return this14050.equals(java_lang_Object14051);
300
+ });
301
+ cljc.java_time.offset_time.format = (function cljc$java_time$offset_time$format(this14052,java_time_format_DateTimeFormatter14053){
302
+ return this14052.format(java_time_format_DateTimeFormatter14053);
303
+ });
304
+
305
+ //# sourceMappingURL=cljc.java_time.offset_time.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["cljc/java_time/offset_time.cljs"],"mappings":"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","names":["cljc.java-time.offset-time/min","cljc.java_time.offset_time.goog$module$goog$object.get","java.time/OffsetTime","cljc.java-time.offset-time/max","cljc.java-time.offset-time/minus-minutes","this13957","long13958","cljc.java-time.offset-time/truncated-to","this13959","java-time-temporal-TemporalUnit13960","cljc.java-time.offset-time/range","this13961","java-time-temporal-TemporalField13962","cljc.java-time.offset-time/get-hour","this13963","cljc.java-time.offset-time/minus-hours","this13964","long13965","var_args","G__21820","cljc.java-time.offset-time/of","js/Error","java-time-LocalTime13966","java-time-ZoneOffset13967","cljs.core.js_invoke","int13968","int13969","int13970","int13971","java-time-ZoneOffset13972","cljc.java-time.offset-time/is-equal","this13973","java-time-OffsetTime13974","cljc.java-time.offset-time/get-nano","this13975","cljc.java-time.offset-time/minus-seconds","this13976","long13977","cljc.java-time.offset-time/get-second","this13978","cljc.java-time.offset-time/plus-nanos","this13979","long13980","G__21841","cljc.java-time.offset-time/plus","this13981","long13982","java-time-temporal-TemporalUnit13983","this13984","java-time-temporal-TemporalAmount13985","cljc.java-time.offset-time/with-hour","this13986","int13987","cljc.java-time.offset-time/with-minute","this13988","int13989","cljc.java-time.offset-time/plus-minutes","this13990","long13991","cljc.java-time.offset-time/query","this13992","java-time-temporal-TemporalQuery13993","cljc.java-time.offset-time/at-date","this13994","java-time-LocalDate13995","cljc.java-time.offset-time/with-offset-same-instant","this13996","java-time-ZoneOffset13997","cljc.java-time.offset-time/to-string","this13998","cljc.java-time.offset-time/is-before","this13999","java-time-OffsetTime14000","G__21873","cljc.java-time.offset-time/minus","this14001","long14002","java-time-temporal-TemporalUnit14003","this14004","java-time-temporal-TemporalAmount14005","cljc.java-time.offset-time/plus-hours","this14006","long14007","cljc.java-time.offset-time/to-local-time","this14008","cljc.java-time.offset-time/get-long","this14009","java-time-temporal-TemporalField14010","cljc.java-time.offset-time/get-offset","this14011","cljc.java-time.offset-time/with-nano","this14012","int14013","cljc.java-time.offset-time/until","this14014","java-time-temporal-Temporal14015","java-time-temporal-TemporalUnit14016","cljc.java-time.offset-time/with-offset-same-local","this14017","java-time-ZoneOffset14018","cljc.java-time.offset-time/from","java-time-temporal-TemporalAccessor14019","cljc.java-time.offset-time/is-after","this14020","java-time-OffsetTime14021","cljc.java-time.offset-time/minus-nanos","this14022","long14023","cljc.java-time.offset-time/is-supported","this14024","G__14025","G__21901","cljc.java-time.offset-time/parse","java-lang-CharSequence14026","java-lang-CharSequence14027","java-time-format-DateTimeFormatter14028","cljc.java-time.offset-time/with-second","this14029","int14030","cljc.java-time.offset-time/get-minute","this14031","cljc.java-time.offset-time/hash-code","this14032","cljc.java-time.offset-time/adjust-into","this14033","java-time-temporal-Temporal14034","G__21913","cljc.java-time.offset-time/with","this14035","java-time-temporal-TemporalAdjuster14036","this14037","java-time-temporal-TemporalField14038","long14039","G__21916","cljc.java-time.offset-time/now","cljs.core/js-invoke","G__14041","cljc.java-time.offset-time/compare-to","this14042","java-time-OffsetTime14043","cljc.java-time.offset-time/of-instant","java-time-Instant14044","java-time-ZoneId14045","cljc.java-time.offset-time/plus-seconds","this14046","long14047","cljc.java-time.offset-time/get","this14048","java-time-temporal-TemporalField14049","cljc.java-time.offset-time/equals","this14050","java-lang-Object14051","cljc.java-time.offset-time/format","this14052","java-time-format-DateTimeFormatter14053"],"sourcesContent":["(ns cljc.java-time.offset-time (:refer-clojure :exclude [abs get range format min max next name resolve short]) (:require [cljc.java-time.extn.calendar-awareness] [goog.object] [java.time :refer [OffsetTime]]))\n(def min (goog.object/get java.time.OffsetTime \"MIN\"))\n(def max (goog.object/get java.time.OffsetTime \"MAX\"))\n(clojure.core/defn minus-minutes {:arglists (quote ([\"java.time.OffsetTime\" \"long\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13957 ^long long13958] (.minusMinutes this13957 long13958)))\n(clojure.core/defn truncated-to {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.temporal.TemporalUnit\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13959 ^js/JSJoda.TemporalUnit java-time-temporal-TemporalUnit13960] (.truncatedTo this13959 java-time-temporal-TemporalUnit13960)))\n(clojure.core/defn range {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.temporal.TemporalField\"]))} (^js/JSJoda.ValueRange [^js/JSJoda.OffsetTime this13961 ^js/JSJoda.TemporalField java-time-temporal-TemporalField13962] (.range this13961 java-time-temporal-TemporalField13962)))\n(clojure.core/defn get-hour {:arglists (quote ([\"java.time.OffsetTime\"]))} (^int [^js/JSJoda.OffsetTime this13963] (.hour this13963)))\n(clojure.core/defn minus-hours {:arglists (quote ([\"java.time.OffsetTime\" \"long\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13964 ^long long13965] (.minusHours this13964 long13965)))\n(clojure.core/defn of {:arglists (quote ([\"java.time.LocalTime\" \"java.time.ZoneOffset\"] [\"int\" \"int\" \"int\" \"int\" \"java.time.ZoneOffset\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.LocalTime java-time-LocalTime13966 ^js/JSJoda.ZoneOffset java-time-ZoneOffset13967] (js-invoke java.time.OffsetTime \"of\" java-time-LocalTime13966 java-time-ZoneOffset13967)) (^js/JSJoda.OffsetTime [^int int13968 ^int int13969 ^int int13970 ^int int13971 ^js/JSJoda.ZoneOffset java-time-ZoneOffset13972] (js-invoke java.time.OffsetTime \"of\" int13968 int13969 int13970 int13971 java-time-ZoneOffset13972)))\n(clojure.core/defn is-equal {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.OffsetTime\"]))} (^boolean [^js/JSJoda.OffsetTime this13973 ^js/JSJoda.OffsetTime java-time-OffsetTime13974] (.isEqual this13973 java-time-OffsetTime13974)))\n(clojure.core/defn get-nano {:arglists (quote ([\"java.time.OffsetTime\"]))} (^int [^js/JSJoda.OffsetTime this13975] (.nano this13975)))\n(clojure.core/defn minus-seconds {:arglists (quote ([\"java.time.OffsetTime\" \"long\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13976 ^long long13977] (.minusSeconds this13976 long13977)))\n(clojure.core/defn get-second {:arglists (quote ([\"java.time.OffsetTime\"]))} (^int [^js/JSJoda.OffsetTime this13978] (.second this13978)))\n(clojure.core/defn plus-nanos {:arglists (quote ([\"java.time.OffsetTime\" \"long\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13979 ^long long13980] (.plusNanos this13979 long13980)))\n(clojure.core/defn plus {:arglists (quote ([\"java.time.OffsetTime\" \"long\" \"java.time.temporal.TemporalUnit\"] [\"java.time.OffsetTime\" \"java.time.temporal.TemporalAmount\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13981 ^long long13982 ^js/JSJoda.TemporalUnit java-time-temporal-TemporalUnit13983] (.plus this13981 long13982 java-time-temporal-TemporalUnit13983)) (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13984 ^js/JSJoda.TemporalAmount java-time-temporal-TemporalAmount13985] (.plus this13984 java-time-temporal-TemporalAmount13985)))\n(clojure.core/defn with-hour {:arglists (quote ([\"java.time.OffsetTime\" \"int\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13986 ^int int13987] (.withHour this13986 int13987)))\n(clojure.core/defn with-minute {:arglists (quote ([\"java.time.OffsetTime\" \"int\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13988 ^int int13989] (.withMinute this13988 int13989)))\n(clojure.core/defn plus-minutes {:arglists (quote ([\"java.time.OffsetTime\" \"long\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13990 ^long long13991] (.plusMinutes this13990 long13991)))\n(clojure.core/defn query {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.temporal.TemporalQuery\"]))} (^java.lang.Object [^js/JSJoda.OffsetTime this13992 ^js/JSJoda.TemporalQuery java-time-temporal-TemporalQuery13993] (.query this13992 java-time-temporal-TemporalQuery13993)))\n(clojure.core/defn at-date {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.LocalDate\"]))} (^js/JSJoda.OffsetDateTime [^js/JSJoda.OffsetTime this13994 ^js/JSJoda.LocalDate java-time-LocalDate13995] (.atDate this13994 java-time-LocalDate13995)))\n(clojure.core/defn with-offset-same-instant {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.ZoneOffset\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this13996 ^js/JSJoda.ZoneOffset java-time-ZoneOffset13997] (.withOffsetSameInstant this13996 java-time-ZoneOffset13997)))\n(clojure.core/defn to-string {:arglists (quote ([\"java.time.OffsetTime\"]))} (^java.lang.String [^js/JSJoda.OffsetTime this13998] (.toString this13998)))\n(clojure.core/defn is-before {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.OffsetTime\"]))} (^boolean [^js/JSJoda.OffsetTime this13999 ^js/JSJoda.OffsetTime java-time-OffsetTime14000] (.isBefore this13999 java-time-OffsetTime14000)))\n(clojure.core/defn minus {:arglists (quote ([\"java.time.OffsetTime\" \"long\" \"java.time.temporal.TemporalUnit\"] [\"java.time.OffsetTime\" \"java.time.temporal.TemporalAmount\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this14001 ^long long14002 ^js/JSJoda.TemporalUnit java-time-temporal-TemporalUnit14003] (.minus this14001 long14002 java-time-temporal-TemporalUnit14003)) (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this14004 ^js/JSJoda.TemporalAmount java-time-temporal-TemporalAmount14005] (.minus this14004 java-time-temporal-TemporalAmount14005)))\n(clojure.core/defn plus-hours {:arglists (quote ([\"java.time.OffsetTime\" \"long\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this14006 ^long long14007] (.plusHours this14006 long14007)))\n(clojure.core/defn to-local-time {:arglists (quote ([\"java.time.OffsetTime\"]))} (^js/JSJoda.LocalTime [^js/JSJoda.OffsetTime this14008] (.toLocalTime this14008)))\n(clojure.core/defn get-long {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.temporal.TemporalField\"]))} (^long [^js/JSJoda.OffsetTime this14009 ^js/JSJoda.TemporalField java-time-temporal-TemporalField14010] (.getLong this14009 java-time-temporal-TemporalField14010)))\n(clojure.core/defn get-offset {:arglists (quote ([\"java.time.OffsetTime\"]))} (^js/JSJoda.ZoneOffset [^js/JSJoda.OffsetTime this14011] (.offset this14011)))\n(clojure.core/defn with-nano {:arglists (quote ([\"java.time.OffsetTime\" \"int\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this14012 ^int int14013] (.withNano this14012 int14013)))\n(clojure.core/defn until {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.temporal.Temporal\" \"java.time.temporal.TemporalUnit\"]))} (^long [^js/JSJoda.OffsetTime this14014 ^js/JSJoda.Temporal java-time-temporal-Temporal14015 ^js/JSJoda.TemporalUnit java-time-temporal-TemporalUnit14016] (.until this14014 java-time-temporal-Temporal14015 java-time-temporal-TemporalUnit14016)))\n(clojure.core/defn with-offset-same-local {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.ZoneOffset\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this14017 ^js/JSJoda.ZoneOffset java-time-ZoneOffset14018] (.withOffsetSameLocal this14017 java-time-ZoneOffset14018)))\n(clojure.core/defn from {:arglists (quote ([\"java.time.temporal.TemporalAccessor\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.TemporalAccessor java-time-temporal-TemporalAccessor14019] (js-invoke java.time.OffsetTime \"from\" java-time-temporal-TemporalAccessor14019)))\n(clojure.core/defn is-after {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.OffsetTime\"]))} (^boolean [^js/JSJoda.OffsetTime this14020 ^js/JSJoda.OffsetTime java-time-OffsetTime14021] (.isAfter this14020 java-time-OffsetTime14021)))\n(clojure.core/defn minus-nanos {:arglists (quote ([\"java.time.OffsetTime\" \"long\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this14022 ^long long14023] (.minusNanos this14022 long14023)))\n(clojure.core/defn is-supported {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.temporal.TemporalUnit\"] [\"java.time.OffsetTime\" \"java.time.temporal.TemporalField\"]))} (^boolean [this14024 G__14025] (.isSupported ^js/JSJoda.OffsetTime this14024 G__14025)))\n(clojure.core/defn parse {:arglists (quote ([\"java.lang.CharSequence\"] [\"java.lang.CharSequence\" \"java.time.format.DateTimeFormatter\"]))} (^js/JSJoda.OffsetTime [^java.lang.CharSequence java-lang-CharSequence14026] (js-invoke java.time.OffsetTime \"parse\" java-lang-CharSequence14026)) (^js/JSJoda.OffsetTime [^java.lang.CharSequence java-lang-CharSequence14027 ^js/JSJoda.DateTimeFormatter java-time-format-DateTimeFormatter14028] (js-invoke java.time.OffsetTime \"parse\" java-lang-CharSequence14027 java-time-format-DateTimeFormatter14028)))\n(clojure.core/defn with-second {:arglists (quote ([\"java.time.OffsetTime\" \"int\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this14029 ^int int14030] (.withSecond this14029 int14030)))\n(clojure.core/defn get-minute {:arglists (quote ([\"java.time.OffsetTime\"]))} (^int [^js/JSJoda.OffsetTime this14031] (.minute this14031)))\n(clojure.core/defn hash-code {:arglists (quote ([\"java.time.OffsetTime\"]))} (^int [^js/JSJoda.OffsetTime this14032] (.hashCode this14032)))\n(clojure.core/defn adjust-into {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.temporal.Temporal\"]))} (^js/JSJoda.Temporal [^js/JSJoda.OffsetTime this14033 ^js/JSJoda.Temporal java-time-temporal-Temporal14034] (.adjustInto this14033 java-time-temporal-Temporal14034)))\n(clojure.core/defn with {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.temporal.TemporalAdjuster\"] [\"java.time.OffsetTime\" \"java.time.temporal.TemporalField\" \"long\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this14035 ^js/JSJoda.TemporalAdjuster java-time-temporal-TemporalAdjuster14036] (.with this14035 java-time-temporal-TemporalAdjuster14036)) (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this14037 ^js/JSJoda.TemporalField java-time-temporal-TemporalField14038 ^long long14039] (.with this14037 java-time-temporal-TemporalField14038 long14039)))\n(clojure.core/defn now {:arglists (quote ([] [\"java.time.ZoneId\"] [\"java.time.Clock\"]))} (^js/JSJoda.OffsetTime [] (js-invoke java.time.OffsetTime \"now\")) (^js/JSJoda.OffsetTime [G__14041] (js-invoke java.time.OffsetTime \"now\" G__14041)))\n(clojure.core/defn compare-to {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.OffsetTime\"]))} (^int [^js/JSJoda.OffsetTime this14042 ^js/JSJoda.OffsetTime java-time-OffsetTime14043] (.compareTo this14042 java-time-OffsetTime14043)))\n(clojure.core/defn of-instant {:arglists (quote ([\"java.time.Instant\" \"java.time.ZoneId\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.Instant java-time-Instant14044 ^js/JSJoda.ZoneId java-time-ZoneId14045] (js-invoke java.time.OffsetTime \"ofInstant\" java-time-Instant14044 java-time-ZoneId14045)))\n(clojure.core/defn plus-seconds {:arglists (quote ([\"java.time.OffsetTime\" \"long\"]))} (^js/JSJoda.OffsetTime [^js/JSJoda.OffsetTime this14046 ^long long14047] (.plusSeconds this14046 long14047)))\n(clojure.core/defn get {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.temporal.TemporalField\"]))} (^int [^js/JSJoda.OffsetTime this14048 ^js/JSJoda.TemporalField java-time-temporal-TemporalField14049] (.get this14048 java-time-temporal-TemporalField14049)))\n(clojure.core/defn equals {:arglists (quote ([\"java.time.OffsetTime\" \"java.lang.Object\"]))} (^boolean [^js/JSJoda.OffsetTime this14050 ^java.lang.Object java-lang-Object14051] (.equals this14050 java-lang-Object14051)))\n(clojure.core/defn format {:arglists (quote ([\"java.time.OffsetTime\" \"java.time.format.DateTimeFormatter\"]))} (^java.lang.String [^js/JSJoda.OffsetTime this14052 ^js/JSJoda.DateTimeFormatter java-time-format-DateTimeFormatter14053] (.format this14052 java-time-format-DateTimeFormatter14053)))\n"],"x_google_ignoreList":[0]}