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/cb8a7030d10da2aac93d3322e21...

1 line
1.5 KiB

{"ast":null,"code":"import * as React from 'react';\nexport class BsPrefixComponent extends React.Component {} // Need to use this instead of typeof Component to get proper type checking.\n\nexport function getOverlayDirection(placement, isRTL) {\n let bsDirection = placement;\n if (placement === 'left') {\n bsDirection = isRTL ? 'end' : 'start';\n } else if (placement === 'right') {\n bsDirection = isRTL ? 'start' : 'end';\n }\n return bsDirection;\n}","map":{"version":3,"names":["React","BsPrefixComponent","Component","getOverlayDirection","placement","isRTL","bsDirection"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/react-bootstrap/esm/helpers.js"],"sourcesContent":["import * as React from 'react';\nexport class BsPrefixComponent extends React.Component {} // Need to use this instead of typeof Component to get proper type checking.\n\nexport function getOverlayDirection(placement, isRTL) {\n let bsDirection = placement;\n\n if (placement === 'left') {\n bsDirection = isRTL ? 'end' : 'start';\n } else if (placement === 'right') {\n bsDirection = isRTL ? 'start' : 'end';\n }\n\n return bsDirection;\n}"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAO,MAAMC,iBAAiB,SAASD,KAAK,CAACE,SAAS,CAAC,EAAE,CAAC;;AAE1D,OAAO,SAASC,mBAAmB,CAACC,SAAS,EAAEC,KAAK,EAAE;EACpD,IAAIC,WAAW,GAAGF,SAAS;EAE3B,IAAIA,SAAS,KAAK,MAAM,EAAE;IACxBE,WAAW,GAAGD,KAAK,GAAG,KAAK,GAAG,OAAO;EACvC,CAAC,MAAM,IAAID,SAAS,KAAK,OAAO,EAAE;IAChCE,WAAW,GAAGD,KAAK,GAAG,OAAO,GAAG,KAAK;EACvC;EAEA,OAAOC,WAAW;AACpB"},"metadata":{},"sourceType":"module"}