1 |
- {"ast":null,"code":"'use strict';\n\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.es/ecma262/#sec-map-objects\ncollection('Map', function (init) {\n return function Map() {\n return init(this, arguments.length ? arguments[0] : undefined);\n };\n}, collectionStrong);","map":{"version":3,"names":["collection","require","collectionStrong","init","Map","arguments","length","undefined"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/core-js-pure/modules/es.map.constructor.js"],"sourcesContent":["'use strict';\nvar collection = require('../internals/collection');\nvar collectionStrong = require('../internals/collection-strong');\n\n// `Map` constructor\n// https://tc39.es/ecma262/#sec-map-objects\ncollection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,UAAU,GAAGC,OAAO,CAAC,yBAAyB,CAAC;AACnD,IAAIC,gBAAgB,GAAGD,OAAO,CAAC,gCAAgC,CAAC;;AAEhE;AACA;AACAD,UAAU,CAAC,KAAK,EAAE,UAAUG,IAAI,EAAE;EAChC,OAAO,SAASC,GAAGA,CAAA,EAAG;IAAE,OAAOD,IAAI,CAAC,IAAI,EAAEE,SAAS,CAACC,MAAM,GAAGD,SAAS,CAAC,CAAC,CAAC,GAAGE,SAAS,CAAC;EAAE,CAAC;AAC3F,CAAC,EAAEL,gBAAgB,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}
|