runtime-corejs3-definitions.js 14 KB

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