123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400 |
- "use strict";
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.default = void 0;
- var _helpers = require("./helpers");
- var _default = runtimeVersion => {
- const includeMathModule = (0, _helpers.hasMinVersion)("7.0.1", runtimeVersion);
- return {
- BuiltIns: {
- Symbol: {
- stable: true,
- path: "symbol"
- },
- Promise: {
- stable: true,
- path: "promise"
- },
- Map: {
- stable: true,
- path: "map"
- },
- WeakMap: {
- stable: true,
- path: "weak-map"
- },
- Set: {
- stable: true,
- path: "set"
- },
- WeakSet: {
- stable: true,
- path: "weak-set"
- },
- setImmediate: {
- stable: true,
- path: "set-immediate"
- },
- clearImmediate: {
- stable: true,
- path: "clear-immediate"
- },
- parseFloat: {
- stable: true,
- path: "parse-float"
- },
- parseInt: {
- stable: true,
- path: "parse-int"
- }
- },
- StaticProperties: Object.assign({
- Array: {
- from: {
- stable: true,
- path: "array/from"
- },
- isArray: {
- stable: true,
- path: "array/is-array"
- },
- of: {
- stable: true,
- path: "array/of"
- }
- },
- JSON: {
- stringify: {
- stable: true,
- path: "json/stringify"
- }
- },
- Object: {
- assign: {
- stable: true,
- path: "object/assign"
- },
- create: {
- stable: true,
- path: "object/create"
- },
- defineProperties: {
- stable: true,
- path: "object/define-properties"
- },
- defineProperty: {
- stable: true,
- path: "object/define-property"
- },
- entries: {
- stable: true,
- path: "object/entries"
- },
- freeze: {
- stable: true,
- path: "object/freeze"
- },
- getOwnPropertyDescriptor: {
- stable: true,
- path: "object/get-own-property-descriptor"
- },
- getOwnPropertyDescriptors: {
- stable: true,
- path: "object/get-own-property-descriptors"
- },
- getOwnPropertyNames: {
- stable: true,
- path: "object/get-own-property-names"
- },
- getOwnPropertySymbols: {
- stable: true,
- path: "object/get-own-property-symbols"
- },
- getPrototypeOf: {
- stable: true,
- path: "object/get-prototype-of"
- },
- isExtensible: {
- stable: true,
- path: "object/is-extensible"
- },
- isFrozen: {
- stable: true,
- path: "object/is-frozen"
- },
- isSealed: {
- stable: true,
- path: "object/is-sealed"
- },
- is: {
- stable: true,
- path: "object/is"
- },
- keys: {
- stable: true,
- path: "object/keys"
- },
- preventExtensions: {
- stable: true,
- path: "object/prevent-extensions"
- },
- seal: {
- stable: true,
- path: "object/seal"
- },
- setPrototypeOf: {
- stable: true,
- path: "object/set-prototype-of"
- },
- values: {
- stable: true,
- path: "object/values"
- }
- }
- }, includeMathModule ? {
- Math: {
- acosh: {
- stable: true,
- path: "math/acosh"
- },
- asinh: {
- stable: true,
- path: "math/asinh"
- },
- atanh: {
- stable: true,
- path: "math/atanh"
- },
- cbrt: {
- stable: true,
- path: "math/cbrt"
- },
- clz32: {
- stable: true,
- path: "math/clz32"
- },
- cosh: {
- stable: true,
- path: "math/cosh"
- },
- expm1: {
- stable: true,
- path: "math/expm1"
- },
- fround: {
- stable: true,
- path: "math/fround"
- },
- hypot: {
- stable: true,
- path: "math/hypot"
- },
- imul: {
- stable: true,
- path: "math/imul"
- },
- log10: {
- stable: true,
- path: "math/log10"
- },
- log1p: {
- stable: true,
- path: "math/log1p"
- },
- log2: {
- stable: true,
- path: "math/log2"
- },
- sign: {
- stable: true,
- path: "math/sign"
- },
- sinh: {
- stable: true,
- path: "math/sinh"
- },
- tanh: {
- stable: true,
- path: "math/tanh"
- },
- trunc: {
- stable: true,
- path: "math/trunc"
- }
- }
- } : {}, {
- Symbol: {
- for: {
- stable: true,
- path: "symbol/for"
- },
- hasInstance: {
- stable: true,
- path: "symbol/has-instance"
- },
- isConcatSpreadable: {
- stable: true,
- path: "symbol/is-concat-spreadable"
- },
- iterator: {
- stable: true,
- path: "symbol/iterator"
- },
- keyFor: {
- stable: true,
- path: "symbol/key-for"
- },
- match: {
- stable: true,
- path: "symbol/match"
- },
- replace: {
- stable: true,
- path: "symbol/replace"
- },
- search: {
- stable: true,
- path: "symbol/search"
- },
- species: {
- stable: true,
- path: "symbol/species"
- },
- split: {
- stable: true,
- path: "symbol/split"
- },
- toPrimitive: {
- stable: true,
- path: "symbol/to-primitive"
- },
- toStringTag: {
- stable: true,
- path: "symbol/to-string-tag"
- },
- unscopables: {
- stable: true,
- path: "symbol/unscopables"
- }
- },
- String: {
- at: {
- stable: true,
- path: "string/at"
- },
- fromCodePoint: {
- stable: true,
- path: "string/from-code-point"
- },
- raw: {
- stable: true,
- path: "string/raw"
- }
- },
- Number: {
- EPSILON: {
- stable: true,
- path: "number/epsilon"
- },
- isFinite: {
- stable: true,
- path: "number/is-finite"
- },
- isInteger: {
- stable: true,
- path: "number/is-integer"
- },
- isNaN: {
- stable: true,
- path: "number/is-nan"
- },
- isSafeInteger: {
- stable: true,
- path: "number/is-safe-integer"
- },
- MAX_SAFE_INTEGER: {
- stable: true,
- path: "number/max-safe-integer"
- },
- MIN_SAFE_INTEGER: {
- stable: true,
- path: "number/min-safe-integer"
- },
- parseFloat: {
- stable: true,
- path: "number/parse-float"
- },
- parseInt: {
- stable: true,
- path: "number/parse-int"
- }
- },
- Reflect: {
- apply: {
- stable: true,
- path: "reflect/apply"
- },
- construct: {
- stable: true,
- path: "reflect/construct"
- },
- defineProperty: {
- stable: true,
- path: "reflect/define-property"
- },
- deleteProperty: {
- stable: true,
- path: "reflect/delete-property"
- },
- getOwnPropertyDescriptor: {
- stable: true,
- path: "reflect/get-own-property-descriptor"
- },
- getPrototypeOf: {
- stable: true,
- path: "reflect/get-prototype-of"
- },
- get: {
- stable: true,
- path: "reflect/get"
- },
- has: {
- stable: true,
- path: "reflect/has"
- },
- isExtensible: {
- stable: true,
- path: "reflect/is-extensible"
- },
- ownKeys: {
- stable: true,
- path: "reflect/own-keys"
- },
- preventExtensions: {
- stable: true,
- path: "reflect/prevent-extensions"
- },
- setPrototypeOf: {
- stable: true,
- path: "reflect/set-prototype-of"
- },
- set: {
- stable: true,
- path: "reflect/set"
- }
- },
- Date: {
- now: {
- stable: true,
- path: "date/now"
- }
- }
- })
- };
- };
- exports.default = _default;
|