1 line
1.5 KiB
JSON
1 line
1.5 KiB
JSON
{"ast":null,"code":"// in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList`\nvar documentCreateElement = require('../internals/document-create-element');\n\nvar classList = documentCreateElement('span').classList;\nvar DOMTokenListPrototype = classList && classList.constructor && classList.constructor.prototype;\nmodule.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTokenListPrototype;","map":{"version":3,"names":["documentCreateElement","require","classList","DOMTokenListPrototype","constructor","prototype","module","exports","Object","undefined"],"sources":["/Users/paolasanchez/Desktop/Pry4/Katoikia/katoikia-app/web-ui/sakai-react/node_modules/core-js/internals/dom-token-list-prototype.js"],"sourcesContent":["// in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList`\nvar documentCreateElement = require('../internals/document-create-element');\n\nvar classList = documentCreateElement('span').classList;\nvar DOMTokenListPrototype = classList && classList.constructor && classList.constructor.prototype;\n\nmodule.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTokenListPrototype;\n"],"mappings":"AAAA;AACA,IAAIA,qBAAqB,GAAGC,OAAO,CAAC,sCAAD,CAAnC;;AAEA,IAAIC,SAAS,GAAGF,qBAAqB,CAAC,MAAD,CAArB,CAA8BE,SAA9C;AACA,IAAIC,qBAAqB,GAAGD,SAAS,IAAIA,SAAS,CAACE,WAAvB,IAAsCF,SAAS,CAACE,WAAV,CAAsBC,SAAxF;AAEAC,MAAM,CAACC,OAAP,GAAiBJ,qBAAqB,KAAKK,MAAM,CAACH,SAAjC,GAA6CI,SAA7C,GAAyDN,qBAA1E"},"metadata":{},"sourceType":"script"} |