index.js.map 656 Bytes
{"version":3,"sources":["dom/index.js"],"names":[],"mappings":";;;;AAEA,IAAM,GAAG,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC;AAC9C,MAAM,CAAC,OAAO,GAAG,GAAG,CAAC;;;AAIrB,OAAO,CAAC,SAAS,CAAC,CAAC;AACnB,OAAO,CAAC,UAAU,CAAC,CAAC;AACpB,OAAO,CAAC,SAAS,CAAC,CAAC;AACnB,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAC3B,OAAO,CAAC,WAAW,CAAC,CAAC","file":"index.js","sourcesContent":["// Exports the JSDOM DOM living namespace.\n\nconst DOM = require('jsdom/lib/jsdom/living');\nmodule.exports = DOM;\n\n\n// Monkey patching JSDOM.  This is why we can't have nice things.\nrequire('./focus');\nrequire('./iframe');\nrequire('./forms');\nrequire('./jsdom_patches');\nrequire('./scripts');\n\n"]}