1 |
- {"ast":null,"code":"'use strict';\n\nvar collection = require('../internals/collection');\n\nvar collectionStrong = require('../internals/collection-strong'); // `Map` constructor\n// https://tc39.es/ecma262/#sec-map-objects\n\n\nmodule.exports = collection('Map', function (init) {\n return function Map() {\n return init(this, arguments.length ? arguments[0] : undefined);\n };\n}, collectionStrong);","map":{"version":3,"sources":["/Users/jane/Documents/Курс Front-end/HW8/myproject/node_modules/core-js-pure/modules/es.map.js"],"names":["collection","require","collectionStrong","module","exports","init","Map","arguments","length","undefined"],"mappings":"AAAA;;AACA,IAAIA,UAAU,GAAGC,OAAO,CAAC,yBAAD,CAAxB;;AACA,IAAIC,gBAAgB,GAAGD,OAAO,CAAC,gCAAD,CAA9B,C,CAEA;AACA;;;AACAE,MAAM,CAACC,OAAP,GAAiBJ,UAAU,CAAC,KAAD,EAAQ,UAAUK,IAAV,EAAgB;AACjD,SAAO,SAASC,GAAT,GAAe;AAAE,WAAOD,IAAI,CAAC,IAAD,EAAOE,SAAS,CAACC,MAAV,GAAmBD,SAAS,CAAC,CAAD,CAA5B,GAAkCE,SAAzC,CAAX;AAAiE,GAAzF;AACD,CAF0B,EAExBP,gBAFwB,CAA3B","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\nmodule.exports = collection('Map', function (init) {\n return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };\n}, collectionStrong);\n"]},"metadata":{},"sourceType":"script"}
|