UNPKG

14.8 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8var _default = () => {
9 return {
10 BuiltIns: {
11 AggregateError: {
12 stable: false,
13 path: "aggregate-error"
14 },
15 Map: {
16 stable: true,
17 path: "map"
18 },
19 Observable: {
20 stable: false,
21 path: "observable"
22 },
23 Promise: {
24 stable: true,
25 path: "promise"
26 },
27 Set: {
28 stable: true,
29 path: "set"
30 },
31 Symbol: {
32 stable: true,
33 path: "symbol"
34 },
35 URL: {
36 stable: true,
37 path: "url"
38 },
39 URLSearchParams: {
40 stable: true,
41 path: "url-search-params"
42 },
43 WeakMap: {
44 stable: true,
45 path: "weak-map"
46 },
47 WeakSet: {
48 stable: true,
49 path: "weak-set"
50 },
51 clearImmediate: {
52 stable: true,
53 path: "clear-immediate"
54 },
55 compositeKey: {
56 stable: false,
57 path: "composite-key"
58 },
59 compositeSymbol: {
60 stable: false,
61 path: "composite-symbol"
62 },
63 globalThis: {
64 stable: false,
65 path: "global-this"
66 },
67 parseFloat: {
68 stable: true,
69 path: "parse-float"
70 },
71 parseInt: {
72 stable: true,
73 path: "parse-int"
74 },
75 queueMicrotask: {
76 stable: true,
77 path: "queue-microtask"
78 },
79 setImmediate: {
80 stable: true,
81 path: "set-immediate"
82 },
83 setInterval: {
84 stable: true,
85 path: "set-interval"
86 },
87 setTimeout: {
88 stable: true,
89 path: "set-timeout"
90 }
91 },
92 StaticProperties: {
93 Array: {
94 from: {
95 stable: true,
96 path: "array/from"
97 },
98 isArray: {
99 stable: true,
100 path: "array/is-array"
101 },
102 of: {
103 stable: true,
104 path: "array/of"
105 }
106 },
107 Date: {
108 now: {
109 stable: true,
110 path: "date/now"
111 }
112 },
113 JSON: {
114 stringify: {
115 stable: true,
116 path: "json/stringify"
117 }
118 },
119 Math: {
120 DEG_PER_RAD: {
121 stable: false,
122 path: "math/deg-per-rad"
123 },
124 RAD_PER_DEG: {
125 stable: false,
126 path: "math/rad-per-deg"
127 },
128 acosh: {
129 stable: true,
130 path: "math/acosh"
131 },
132 asinh: {
133 stable: true,
134 path: "math/asinh"
135 },
136 atanh: {
137 stable: true,
138 path: "math/atanh"
139 },
140 cbrt: {
141 stable: true,
142 path: "math/cbrt"
143 },
144 clamp: {
145 stable: false,
146 path: "math/clamp"
147 },
148 clz32: {
149 stable: true,
150 path: "math/clz32"
151 },
152 cosh: {
153 stable: true,
154 path: "math/cosh"
155 },
156 degrees: {
157 stable: false,
158 path: "math/degrees"
159 },
160 expm1: {
161 stable: true,
162 path: "math/expm1"
163 },
164 fround: {
165 stable: true,
166 path: "math/fround"
167 },
168 fscale: {
169 stable: false,
170 path: "math/fscale"
171 },
172 hypot: {
173 stable: true,
174 path: "math/hypot"
175 },
176 iaddh: {
177 stable: false,
178 path: "math/iaddh"
179 },
180 imul: {
181 stable: true,
182 path: "math/imul"
183 },
184 imulh: {
185 stable: false,
186 path: "math/imulh"
187 },
188 isubh: {
189 stable: false,
190 path: "math/isubh"
191 },
192 log10: {
193 stable: true,
194 path: "math/log10"
195 },
196 log1p: {
197 stable: true,
198 path: "math/log1p"
199 },
200 log2: {
201 stable: true,
202 path: "math/log2"
203 },
204 radians: {
205 stable: false,
206 path: "math/radians"
207 },
208 scale: {
209 stable: false,
210 path: "math/scale"
211 },
212 seededPRNG: {
213 stable: false,
214 path: "math/seeded-prng"
215 },
216 sign: {
217 stable: true,
218 path: "math/sign"
219 },
220 signbit: {
221 stable: false,
222 path: "math/signbit"
223 },
224 sinh: {
225 stable: true,
226 path: "math/sinh"
227 },
228 tanh: {
229 stable: true,
230 path: "math/tanh"
231 },
232 trunc: {
233 stable: true,
234 path: "math/trunc"
235 },
236 umulh: {
237 stable: false,
238 path: "math/umulh"
239 }
240 },
241 Number: {
242 EPSILON: {
243 stable: true,
244 path: "number/epsilon"
245 },
246 MAX_SAFE_INTEGER: {
247 stable: true,
248 path: "number/max-safe-integer"
249 },
250 MIN_SAFE_INTEGER: {
251 stable: true,
252 path: "number/min-safe-integer"
253 },
254 fromString: {
255 stable: false,
256 path: "number/from-string"
257 },
258 isFinite: {
259 stable: true,
260 path: "number/is-finite"
261 },
262 isInteger: {
263 stable: true,
264 path: "number/is-integer"
265 },
266 isNaN: {
267 stable: true,
268 path: "number/is-nan"
269 },
270 isSafeInteger: {
271 stable: true,
272 path: "number/is-safe-integer"
273 },
274 parseFloat: {
275 stable: true,
276 path: "number/parse-float"
277 },
278 parseInt: {
279 stable: true,
280 path: "number/parse-int"
281 }
282 },
283 Object: {
284 assign: {
285 stable: true,
286 path: "object/assign"
287 },
288 create: {
289 stable: true,
290 path: "object/create"
291 },
292 defineProperties: {
293 stable: true,
294 path: "object/define-properties"
295 },
296 defineProperty: {
297 stable: true,
298 path: "object/define-property"
299 },
300 entries: {
301 stable: true,
302 path: "object/entries"
303 },
304 freeze: {
305 stable: true,
306 path: "object/freeze"
307 },
308 fromEntries: {
309 stable: true,
310 path: "object/from-entries"
311 },
312 getOwnPropertyDescriptor: {
313 stable: true,
314 path: "object/get-own-property-descriptor"
315 },
316 getOwnPropertyDescriptors: {
317 stable: true,
318 path: "object/get-own-property-descriptors"
319 },
320 getOwnPropertyNames: {
321 stable: true,
322 path: "object/get-own-property-names"
323 },
324 getOwnPropertySymbols: {
325 stable: true,
326 path: "object/get-own-property-symbols"
327 },
328 getPrototypeOf: {
329 stable: true,
330 path: "object/get-prototype-of"
331 },
332 isExtensible: {
333 stable: true,
334 path: "object/is-extensible"
335 },
336 isFrozen: {
337 stable: true,
338 path: "object/is-frozen"
339 },
340 isSealed: {
341 stable: true,
342 path: "object/is-sealed"
343 },
344 is: {
345 stable: true,
346 path: "object/is"
347 },
348 keys: {
349 stable: true,
350 path: "object/keys"
351 },
352 preventExtensions: {
353 stable: true,
354 path: "object/prevent-extensions"
355 },
356 seal: {
357 stable: true,
358 path: "object/seal"
359 },
360 setPrototypeOf: {
361 stable: true,
362 path: "object/set-prototype-of"
363 },
364 values: {
365 stable: true,
366 path: "object/values"
367 }
368 },
369 Reflect: {
370 apply: {
371 stable: true,
372 path: "reflect/apply"
373 },
374 construct: {
375 stable: true,
376 path: "reflect/construct"
377 },
378 defineMetadata: {
379 stable: false,
380 path: "reflect/define-metadata"
381 },
382 defineProperty: {
383 stable: true,
384 path: "reflect/define-property"
385 },
386 deleteMetadata: {
387 stable: false,
388 path: "reflect/delete-metadata"
389 },
390 deleteProperty: {
391 stable: true,
392 path: "reflect/delete-property"
393 },
394 getMetadata: {
395 stable: false,
396 path: "reflect/get-metadata"
397 },
398 getMetadataKeys: {
399 stable: false,
400 path: "reflect/get-metadata-keys"
401 },
402 getOwnMetadata: {
403 stable: false,
404 path: "reflect/get-own-metadata"
405 },
406 getOwnMetadataKeys: {
407 stable: false,
408 path: "reflect/get-own-metadata-keys"
409 },
410 getOwnPropertyDescriptor: {
411 stable: true,
412 path: "reflect/get-own-property-descriptor"
413 },
414 getPrototypeOf: {
415 stable: true,
416 path: "reflect/get-prototype-of"
417 },
418 get: {
419 stable: true,
420 path: "reflect/get"
421 },
422 has: {
423 stable: true,
424 path: "reflect/has"
425 },
426 hasMetadata: {
427 stable: false,
428 path: "reflect/has-metadata"
429 },
430 hasOwnMetadata: {
431 stable: false,
432 path: "reflect/has-own-metadata"
433 },
434 isExtensible: {
435 stable: true,
436 path: "reflect/is-extensible"
437 },
438 metadata: {
439 stable: false,
440 path: "reflect/metadata"
441 },
442 ownKeys: {
443 stable: true,
444 path: "reflect/own-keys"
445 },
446 preventExtensions: {
447 stable: true,
448 path: "reflect/prevent-extensions"
449 },
450 set: {
451 stable: true,
452 path: "reflect/set"
453 },
454 setPrototypeOf: {
455 stable: true,
456 path: "reflect/set-prototype-of"
457 }
458 },
459 String: {
460 fromCodePoint: {
461 stable: true,
462 path: "string/from-code-point"
463 },
464 raw: {
465 stable: true,
466 path: "string/raw"
467 }
468 },
469 Symbol: {
470 asyncIterator: {
471 stable: true,
472 path: "symbol/async-iterator"
473 },
474 dispose: {
475 stable: false,
476 path: "symbol/dispose"
477 },
478 for: {
479 stable: true,
480 path: "symbol/for"
481 },
482 hasInstance: {
483 stable: true,
484 path: "symbol/has-instance"
485 },
486 isConcatSpreadable: {
487 stable: true,
488 path: "symbol/is-concat-spreadable"
489 },
490 iterator: {
491 stable: true,
492 path: "symbol/iterator"
493 },
494 keyFor: {
495 stable: true,
496 path: "symbol/key-for"
497 },
498 match: {
499 stable: true,
500 path: "symbol/match"
501 },
502 observable: {
503 stable: false,
504 path: "symbol/observable"
505 },
506 patternMatch: {
507 stable: false,
508 path: "symbol/pattern-match"
509 },
510 replace: {
511 stable: true,
512 path: "symbol/replace"
513 },
514 search: {
515 stable: true,
516 path: "symbol/search"
517 },
518 species: {
519 stable: true,
520 path: "symbol/species"
521 },
522 split: {
523 stable: true,
524 path: "symbol/split"
525 },
526 toPrimitive: {
527 stable: true,
528 path: "symbol/to-primitive"
529 },
530 toStringTag: {
531 stable: true,
532 path: "symbol/to-string-tag"
533 },
534 unscopables: {
535 stable: true,
536 path: "symbol/unscopables"
537 }
538 }
539 },
540 InstanceProperties: {
541 at: {
542 stable: false,
543 path: "at"
544 },
545 bind: {
546 stable: true,
547 path: "bind"
548 },
549 codePointAt: {
550 stable: true,
551 path: "code-point-at"
552 },
553 codePoints: {
554 stable: false,
555 path: "code-points"
556 },
557 concat: {
558 stable: true,
559 path: "concat",
560 types: ["array"]
561 },
562 copyWithin: {
563 stable: true,
564 path: "copy-within"
565 },
566 endsWith: {
567 stable: true,
568 path: "ends-with"
569 },
570 entries: {
571 stable: true,
572 path: "entries"
573 },
574 every: {
575 stable: true,
576 path: "every"
577 },
578 fill: {
579 stable: true,
580 path: "fill"
581 },
582 filter: {
583 stable: true,
584 path: "filter"
585 },
586 find: {
587 stable: true,
588 path: "find"
589 },
590 findIndex: {
591 stable: true,
592 path: "find-index"
593 },
594 flags: {
595 stable: true,
596 path: "flags"
597 },
598 flatMap: {
599 stable: true,
600 path: "flat-map"
601 },
602 flat: {
603 stable: true,
604 path: "flat"
605 },
606 forEach: {
607 stable: true,
608 path: "for-each"
609 },
610 includes: {
611 stable: true,
612 path: "includes"
613 },
614 indexOf: {
615 stable: true,
616 path: "index-of"
617 },
618 keys: {
619 stable: true,
620 path: "keys"
621 },
622 lastIndexOf: {
623 stable: true,
624 path: "last-index-of"
625 },
626 map: {
627 stable: true,
628 path: "map"
629 },
630 matchAll: {
631 stable: false,
632 path: "match-all"
633 },
634 padEnd: {
635 stable: true,
636 path: "pad-end"
637 },
638 padStart: {
639 stable: true,
640 path: "pad-start"
641 },
642 reduce: {
643 stable: true,
644 path: "reduce"
645 },
646 reduceRight: {
647 stable: true,
648 path: "reduce-right"
649 },
650 repeat: {
651 stable: true,
652 path: "repeat"
653 },
654 replaceAll: {
655 stable: false,
656 path: "replace-all"
657 },
658 reverse: {
659 stable: true,
660 path: "reverse"
661 },
662 slice: {
663 stable: true,
664 path: "slice"
665 },
666 some: {
667 stable: true,
668 path: "some"
669 },
670 sort: {
671 stable: true,
672 path: "sort"
673 },
674 splice: {
675 stable: true,
676 path: "splice"
677 },
678 startsWith: {
679 stable: true,
680 path: "starts-with"
681 },
682 trim: {
683 stable: true,
684 path: "trim"
685 },
686 trimEnd: {
687 stable: true,
688 path: "trim-end"
689 },
690 trimLeft: {
691 stable: true,
692 path: "trim-left"
693 },
694 trimRight: {
695 stable: true,
696 path: "trim-right"
697 },
698 trimStart: {
699 stable: true,
700 path: "trim-start"
701 },
702 values: {
703 stable: true,
704 path: "values"
705 }
706 }
707 };
708};
709
710exports.default = _default;
\No newline at end of file