You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.0 KiB
1 line
1.0 KiB
{"ast":null,"code":"export default function rectToClientRect(rect) {\n return Object.assign({}, rect, {\n left: rect.x,\n top: rect.y,\n right: rect.x + rect.width,\n bottom: rect.y + rect.height\n });\n}","map":{"version":3,"names":["rectToClientRect","rect","Object","assign","left","x","top","y","right","width","bottom","height"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/@popperjs/core/lib/utils/rectToClientRect.js"],"sourcesContent":["export default function rectToClientRect(rect) {\n return Object.assign({}, rect, {\n left: rect.x,\n top: rect.y,\n right: rect.x + rect.width,\n bottom: rect.y + rect.height\n });\n}"],"mappings":"AAAA,eAAe,SAASA,gBAAgB,CAACC,IAAI,EAAE;EAC7C,OAAOC,MAAM,CAACC,MAAM,CAAC,CAAC,CAAC,EAAEF,IAAI,EAAE;IAC7BG,IAAI,EAAEH,IAAI,CAACI,CAAC;IACZC,GAAG,EAAEL,IAAI,CAACM,CAAC;IACXC,KAAK,EAAEP,IAAI,CAACI,CAAC,GAAGJ,IAAI,CAACQ,KAAK;IAC1BC,MAAM,EAAET,IAAI,CAACM,CAAC,GAAGN,IAAI,CAACU;EACxB,CAAC,CAAC;AACJ"},"metadata":{},"sourceType":"module"} |