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.
Scripted/website/node_modules/.cache/babel-loader/d12b6de5676c57d65ef567343c1...

1 line
882 B

{"ast":null,"code":"// reading a dimension prop will cause the browser to recalculate,\n// which will let our animations work\nexport default function triggerBrowserReflow(node) {\n // eslint-disable-next-line @typescript-eslint/no-unused-expressions\n node.offsetHeight;\n}","map":{"version":3,"names":["triggerBrowserReflow","node","offsetHeight"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/react-bootstrap/esm/triggerBrowserReflow.js"],"sourcesContent":["// reading a dimension prop will cause the browser to recalculate,\n// which will let our animations work\nexport default function triggerBrowserReflow(node) {\n // eslint-disable-next-line @typescript-eslint/no-unused-expressions\n node.offsetHeight;\n}"],"mappings":"AAAA;AACA;AACA,eAAe,SAASA,oBAAoB,CAACC,IAAI,EAAE;EACjD;EACAA,IAAI,CAACC,YAAY;AACnB"},"metadata":{},"sourceType":"module"}