source: frontend/node_modules/core-js-compat/modules.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 14.2 KB
Line 
1[
2 "es.symbol",
3 "es.symbol.description",
4 "es.symbol.async-dispose",
5 "es.symbol.async-iterator",
6 "es.symbol.dispose",
7 "es.symbol.has-instance",
8 "es.symbol.is-concat-spreadable",
9 "es.symbol.iterator",
10 "es.symbol.match",
11 "es.symbol.match-all",
12 "es.symbol.replace",
13 "es.symbol.search",
14 "es.symbol.species",
15 "es.symbol.split",
16 "es.symbol.to-primitive",
17 "es.symbol.to-string-tag",
18 "es.symbol.unscopables",
19 "es.error.cause",
20 "es.error.is-error",
21 "es.error.to-string",
22 "es.aggregate-error",
23 "es.aggregate-error.cause",
24 "es.suppressed-error.constructor",
25 "es.array.at",
26 "es.array.concat",
27 "es.array.copy-within",
28 "es.array.every",
29 "es.array.fill",
30 "es.array.filter",
31 "es.array.find",
32 "es.array.find-index",
33 "es.array.find-last",
34 "es.array.find-last-index",
35 "es.array.flat",
36 "es.array.flat-map",
37 "es.array.for-each",
38 "es.array.from",
39 "es.array.includes",
40 "es.array.index-of",
41 "es.array.is-array",
42 "es.array.iterator",
43 "es.array.join",
44 "es.array.last-index-of",
45 "es.array.map",
46 "es.array.of",
47 "es.array.push",
48 "es.array.reduce",
49 "es.array.reduce-right",
50 "es.array.reverse",
51 "es.array.slice",
52 "es.array.some",
53 "es.array.sort",
54 "es.array.species",
55 "es.array.splice",
56 "es.array.to-reversed",
57 "es.array.to-sorted",
58 "es.array.to-spliced",
59 "es.array.unscopables.flat",
60 "es.array.unscopables.flat-map",
61 "es.array.unshift",
62 "es.array.with",
63 "es.array-buffer.constructor",
64 "es.array-buffer.is-view",
65 "es.array-buffer.slice",
66 "es.data-view",
67 "es.data-view.get-float16",
68 "es.data-view.set-float16",
69 "es.array-buffer.detached",
70 "es.array-buffer.transfer",
71 "es.array-buffer.transfer-to-fixed-length",
72 "es.date.get-year",
73 "es.date.now",
74 "es.date.set-year",
75 "es.date.to-gmt-string",
76 "es.date.to-iso-string",
77 "es.date.to-json",
78 "es.date.to-primitive",
79 "es.date.to-string",
80 "es.disposable-stack.constructor",
81 "es.escape",
82 "es.function.bind",
83 "es.function.has-instance",
84 "es.function.name",
85 "es.global-this",
86 "es.iterator.constructor",
87 "es.iterator.concat",
88 "es.iterator.dispose",
89 "es.iterator.drop",
90 "es.iterator.every",
91 "es.iterator.filter",
92 "es.iterator.find",
93 "es.iterator.flat-map",
94 "es.iterator.for-each",
95 "es.iterator.from",
96 "es.iterator.map",
97 "es.iterator.reduce",
98 "es.iterator.some",
99 "es.iterator.take",
100 "es.iterator.to-array",
101 "es.json.is-raw-json",
102 "es.json.parse",
103 "es.json.raw-json",
104 "es.json.stringify",
105 "es.json.to-string-tag",
106 "es.map",
107 "es.map.group-by",
108 "es.map.get-or-insert",
109 "es.map.get-or-insert-computed",
110 "es.math.acosh",
111 "es.math.asinh",
112 "es.math.atanh",
113 "es.math.cbrt",
114 "es.math.clz32",
115 "es.math.cosh",
116 "es.math.expm1",
117 "es.math.fround",
118 "es.math.f16round",
119 "es.math.hypot",
120 "es.math.imul",
121 "es.math.log10",
122 "es.math.log1p",
123 "es.math.log2",
124 "es.math.sign",
125 "es.math.sinh",
126 "es.math.sum-precise",
127 "es.math.tanh",
128 "es.math.to-string-tag",
129 "es.math.trunc",
130 "es.number.constructor",
131 "es.number.epsilon",
132 "es.number.is-finite",
133 "es.number.is-integer",
134 "es.number.is-nan",
135 "es.number.is-safe-integer",
136 "es.number.max-safe-integer",
137 "es.number.min-safe-integer",
138 "es.number.parse-float",
139 "es.number.parse-int",
140 "es.number.to-exponential",
141 "es.number.to-fixed",
142 "es.number.to-precision",
143 "es.object.assign",
144 "es.object.create",
145 "es.object.define-getter",
146 "es.object.define-properties",
147 "es.object.define-property",
148 "es.object.define-setter",
149 "es.object.entries",
150 "es.object.freeze",
151 "es.object.from-entries",
152 "es.object.get-own-property-descriptor",
153 "es.object.get-own-property-descriptors",
154 "es.object.get-own-property-names",
155 "es.object.get-prototype-of",
156 "es.object.group-by",
157 "es.object.has-own",
158 "es.object.is",
159 "es.object.is-extensible",
160 "es.object.is-frozen",
161 "es.object.is-sealed",
162 "es.object.keys",
163 "es.object.lookup-getter",
164 "es.object.lookup-setter",
165 "es.object.prevent-extensions",
166 "es.object.proto",
167 "es.object.seal",
168 "es.object.set-prototype-of",
169 "es.object.to-string",
170 "es.object.values",
171 "es.parse-float",
172 "es.parse-int",
173 "es.promise",
174 "es.promise.all-settled",
175 "es.promise.any",
176 "es.promise.finally",
177 "es.promise.try",
178 "es.promise.with-resolvers",
179 "es.array.from-async",
180 "es.async-disposable-stack.constructor",
181 "es.async-iterator.async-dispose",
182 "es.reflect.apply",
183 "es.reflect.construct",
184 "es.reflect.define-property",
185 "es.reflect.delete-property",
186 "es.reflect.get",
187 "es.reflect.get-own-property-descriptor",
188 "es.reflect.get-prototype-of",
189 "es.reflect.has",
190 "es.reflect.is-extensible",
191 "es.reflect.own-keys",
192 "es.reflect.prevent-extensions",
193 "es.reflect.set",
194 "es.reflect.set-prototype-of",
195 "es.reflect.to-string-tag",
196 "es.regexp.constructor",
197 "es.regexp.escape",
198 "es.regexp.dot-all",
199 "es.regexp.exec",
200 "es.regexp.flags",
201 "es.regexp.sticky",
202 "es.regexp.test",
203 "es.regexp.to-string",
204 "es.set",
205 "es.set.difference.v2",
206 "es.set.intersection.v2",
207 "es.set.is-disjoint-from.v2",
208 "es.set.is-subset-of.v2",
209 "es.set.is-superset-of.v2",
210 "es.set.symmetric-difference.v2",
211 "es.set.union.v2",
212 "es.string.at-alternative",
213 "es.string.code-point-at",
214 "es.string.ends-with",
215 "es.string.from-code-point",
216 "es.string.includes",
217 "es.string.is-well-formed",
218 "es.string.iterator",
219 "es.string.match",
220 "es.string.match-all",
221 "es.string.pad-end",
222 "es.string.pad-start",
223 "es.string.raw",
224 "es.string.repeat",
225 "es.string.replace",
226 "es.string.replace-all",
227 "es.string.search",
228 "es.string.split",
229 "es.string.starts-with",
230 "es.string.substr",
231 "es.string.to-well-formed",
232 "es.string.trim",
233 "es.string.trim-end",
234 "es.string.trim-start",
235 "es.string.anchor",
236 "es.string.big",
237 "es.string.blink",
238 "es.string.bold",
239 "es.string.fixed",
240 "es.string.fontcolor",
241 "es.string.fontsize",
242 "es.string.italics",
243 "es.string.link",
244 "es.string.small",
245 "es.string.strike",
246 "es.string.sub",
247 "es.string.sup",
248 "es.typed-array.float32-array",
249 "es.typed-array.float64-array",
250 "es.typed-array.int8-array",
251 "es.typed-array.int16-array",
252 "es.typed-array.int32-array",
253 "es.typed-array.uint8-array",
254 "es.typed-array.uint8-clamped-array",
255 "es.typed-array.uint16-array",
256 "es.typed-array.uint32-array",
257 "es.typed-array.at",
258 "es.typed-array.copy-within",
259 "es.typed-array.every",
260 "es.typed-array.fill",
261 "es.typed-array.filter",
262 "es.typed-array.find",
263 "es.typed-array.find-index",
264 "es.typed-array.find-last",
265 "es.typed-array.find-last-index",
266 "es.typed-array.for-each",
267 "es.typed-array.from",
268 "es.typed-array.includes",
269 "es.typed-array.index-of",
270 "es.typed-array.iterator",
271 "es.typed-array.join",
272 "es.typed-array.last-index-of",
273 "es.typed-array.map",
274 "es.typed-array.of",
275 "es.typed-array.reduce",
276 "es.typed-array.reduce-right",
277 "es.typed-array.reverse",
278 "es.typed-array.set",
279 "es.typed-array.slice",
280 "es.typed-array.some",
281 "es.typed-array.sort",
282 "es.typed-array.subarray",
283 "es.typed-array.to-locale-string",
284 "es.typed-array.to-reversed",
285 "es.typed-array.to-sorted",
286 "es.typed-array.to-string",
287 "es.typed-array.with",
288 "es.uint8-array.from-base64",
289 "es.uint8-array.from-hex",
290 "es.uint8-array.set-from-base64",
291 "es.uint8-array.set-from-hex",
292 "es.uint8-array.to-base64",
293 "es.uint8-array.to-hex",
294 "es.unescape",
295 "es.weak-map",
296 "es.weak-map.get-or-insert",
297 "es.weak-map.get-or-insert-computed",
298 "es.weak-set",
299 "esnext.aggregate-error",
300 "esnext.suppressed-error.constructor",
301 "esnext.array.from-async",
302 "esnext.array.at",
303 "esnext.array.filter-out",
304 "esnext.array.filter-reject",
305 "esnext.array.find-last",
306 "esnext.array.find-last-index",
307 "esnext.array.group",
308 "esnext.array.group-by",
309 "esnext.array.group-by-to-map",
310 "esnext.array.group-to-map",
311 "esnext.array.is-template-object",
312 "esnext.array.last-index",
313 "esnext.array.last-item",
314 "esnext.array.to-reversed",
315 "esnext.array.to-sorted",
316 "esnext.array.to-spliced",
317 "esnext.array.unique-by",
318 "esnext.array.with",
319 "esnext.array-buffer.detached",
320 "esnext.array-buffer.transfer",
321 "esnext.array-buffer.transfer-to-fixed-length",
322 "esnext.async-disposable-stack.constructor",
323 "esnext.async-iterator.constructor",
324 "esnext.async-iterator.as-indexed-pairs",
325 "esnext.async-iterator.async-dispose",
326 "esnext.async-iterator.drop",
327 "esnext.async-iterator.every",
328 "esnext.async-iterator.filter",
329 "esnext.async-iterator.find",
330 "esnext.async-iterator.flat-map",
331 "esnext.async-iterator.for-each",
332 "esnext.async-iterator.from",
333 "esnext.async-iterator.indexed",
334 "esnext.async-iterator.map",
335 "esnext.async-iterator.reduce",
336 "esnext.async-iterator.some",
337 "esnext.async-iterator.take",
338 "esnext.async-iterator.to-array",
339 "esnext.bigint.range",
340 "esnext.composite-key",
341 "esnext.composite-symbol",
342 "esnext.data-view.get-float16",
343 "esnext.data-view.get-uint8-clamped",
344 "esnext.data-view.set-float16",
345 "esnext.data-view.set-uint8-clamped",
346 "esnext.disposable-stack.constructor",
347 "esnext.error.is-error",
348 "esnext.function.demethodize",
349 "esnext.function.is-callable",
350 "esnext.function.is-constructor",
351 "esnext.function.metadata",
352 "esnext.function.un-this",
353 "esnext.global-this",
354 "esnext.iterator.constructor",
355 "esnext.iterator.as-indexed-pairs",
356 "esnext.iterator.chunks",
357 "esnext.iterator.concat",
358 "esnext.iterator.dispose",
359 "esnext.iterator.drop",
360 "esnext.iterator.every",
361 "esnext.iterator.filter",
362 "esnext.iterator.find",
363 "esnext.iterator.flat-map",
364 "esnext.iterator.for-each",
365 "esnext.iterator.from",
366 "esnext.iterator.indexed",
367 "esnext.iterator.map",
368 "esnext.iterator.range",
369 "esnext.iterator.reduce",
370 "esnext.iterator.sliding",
371 "esnext.iterator.some",
372 "esnext.iterator.take",
373 "esnext.iterator.to-array",
374 "esnext.iterator.to-async",
375 "esnext.iterator.windows",
376 "esnext.iterator.zip",
377 "esnext.iterator.zip-keyed",
378 "esnext.json.is-raw-json",
379 "esnext.json.parse",
380 "esnext.json.raw-json",
381 "esnext.map.delete-all",
382 "esnext.map.emplace",
383 "esnext.map.every",
384 "esnext.map.filter",
385 "esnext.map.find",
386 "esnext.map.find-key",
387 "esnext.map.from",
388 "esnext.map.get-or-insert",
389 "esnext.map.get-or-insert-computed",
390 "esnext.map.group-by",
391 "esnext.map.includes",
392 "esnext.map.key-by",
393 "esnext.map.key-of",
394 "esnext.map.map-keys",
395 "esnext.map.map-values",
396 "esnext.map.merge",
397 "esnext.map.of",
398 "esnext.map.reduce",
399 "esnext.map.some",
400 "esnext.map.update",
401 "esnext.map.update-or-insert",
402 "esnext.map.upsert",
403 "esnext.math.clamp",
404 "esnext.math.deg-per-rad",
405 "esnext.math.degrees",
406 "esnext.math.fscale",
407 "esnext.math.f16round",
408 "esnext.math.iaddh",
409 "esnext.math.imulh",
410 "esnext.math.isubh",
411 "esnext.math.rad-per-deg",
412 "esnext.math.radians",
413 "esnext.math.scale",
414 "esnext.math.seeded-prng",
415 "esnext.math.signbit",
416 "esnext.math.sum-precise",
417 "esnext.math.umulh",
418 "esnext.number.clamp",
419 "esnext.number.from-string",
420 "esnext.number.range",
421 "esnext.object.has-own",
422 "esnext.object.iterate-entries",
423 "esnext.object.iterate-keys",
424 "esnext.object.iterate-values",
425 "esnext.object.group-by",
426 "esnext.observable",
427 "esnext.promise.all-settled",
428 "esnext.promise.any",
429 "esnext.promise.try",
430 "esnext.promise.with-resolvers",
431 "esnext.reflect.define-metadata",
432 "esnext.reflect.delete-metadata",
433 "esnext.reflect.get-metadata",
434 "esnext.reflect.get-metadata-keys",
435 "esnext.reflect.get-own-metadata",
436 "esnext.reflect.get-own-metadata-keys",
437 "esnext.reflect.has-metadata",
438 "esnext.reflect.has-own-metadata",
439 "esnext.reflect.metadata",
440 "esnext.regexp.escape",
441 "esnext.set.add-all",
442 "esnext.set.delete-all",
443 "esnext.set.difference.v2",
444 "esnext.set.difference",
445 "esnext.set.every",
446 "esnext.set.filter",
447 "esnext.set.find",
448 "esnext.set.from",
449 "esnext.set.intersection.v2",
450 "esnext.set.intersection",
451 "esnext.set.is-disjoint-from.v2",
452 "esnext.set.is-disjoint-from",
453 "esnext.set.is-subset-of.v2",
454 "esnext.set.is-subset-of",
455 "esnext.set.is-superset-of.v2",
456 "esnext.set.is-superset-of",
457 "esnext.set.join",
458 "esnext.set.map",
459 "esnext.set.of",
460 "esnext.set.reduce",
461 "esnext.set.some",
462 "esnext.set.symmetric-difference.v2",
463 "esnext.set.symmetric-difference",
464 "esnext.set.union.v2",
465 "esnext.set.union",
466 "esnext.string.at",
467 "esnext.string.cooked",
468 "esnext.string.code-points",
469 "esnext.string.dedent",
470 "esnext.string.is-well-formed",
471 "esnext.string.match-all",
472 "esnext.string.replace-all",
473 "esnext.string.to-well-formed",
474 "esnext.symbol.async-dispose",
475 "esnext.symbol.custom-matcher",
476 "esnext.symbol.dispose",
477 "esnext.symbol.is-registered-symbol",
478 "esnext.symbol.is-registered",
479 "esnext.symbol.is-well-known-symbol",
480 "esnext.symbol.is-well-known",
481 "esnext.symbol.matcher",
482 "esnext.symbol.metadata",
483 "esnext.symbol.metadata-key",
484 "esnext.symbol.observable",
485 "esnext.symbol.pattern-match",
486 "esnext.symbol.replace-all",
487 "esnext.typed-array.from-async",
488 "esnext.typed-array.at",
489 "esnext.typed-array.filter-out",
490 "esnext.typed-array.filter-reject",
491 "esnext.typed-array.find-last",
492 "esnext.typed-array.find-last-index",
493 "esnext.typed-array.group-by",
494 "esnext.typed-array.to-reversed",
495 "esnext.typed-array.to-sorted",
496 "esnext.typed-array.to-spliced",
497 "esnext.typed-array.unique-by",
498 "esnext.typed-array.with",
499 "esnext.uint8-array.from-base64",
500 "esnext.uint8-array.from-hex",
501 "esnext.uint8-array.set-from-base64",
502 "esnext.uint8-array.set-from-hex",
503 "esnext.uint8-array.to-base64",
504 "esnext.uint8-array.to-hex",
505 "esnext.weak-map.delete-all",
506 "esnext.weak-map.from",
507 "esnext.weak-map.of",
508 "esnext.weak-map.emplace",
509 "esnext.weak-map.get-or-insert",
510 "esnext.weak-map.get-or-insert-computed",
511 "esnext.weak-map.upsert",
512 "esnext.weak-set.add-all",
513 "esnext.weak-set.delete-all",
514 "esnext.weak-set.from",
515 "esnext.weak-set.of",
516 "web.atob",
517 "web.btoa",
518 "web.dom-collections.for-each",
519 "web.dom-collections.iterator",
520 "web.dom-exception.constructor",
521 "web.dom-exception.stack",
522 "web.dom-exception.to-string-tag",
523 "web.immediate",
524 "web.queue-microtask",
525 "web.self",
526 "web.structured-clone",
527 "web.timers",
528 "web.url",
529 "web.url.can-parse",
530 "web.url.parse",
531 "web.url.to-json",
532 "web.url-search-params",
533 "web.url-search-params.delete",
534 "web.url-search-params.has",
535 "web.url-search-params.size"
536]
Note: See TracBrowser for help on using the repository browser.