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
995 B
1 line
995 B
{"ast":null,"code":"var hash = {\n start: 'end',\n end: 'start'\n};\nexport default function getOppositeVariationPlacement(placement) {\n return placement.replace(/start|end/g, function (matched) {\n return hash[matched];\n });\n}","map":{"version":3,"names":["hash","start","end","getOppositeVariationPlacement","placement","replace","matched"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js"],"sourcesContent":["var hash = {\n start: 'end',\n end: 'start'\n};\nexport default function getOppositeVariationPlacement(placement) {\n return placement.replace(/start|end/g, function (matched) {\n return hash[matched];\n });\n}"],"mappings":"AAAA,IAAIA,IAAI,GAAG;EACTC,KAAK,EAAE,KAAK;EACZC,GAAG,EAAE;AACP,CAAC;AACD,eAAe,SAASC,6BAA6B,CAACC,SAAS,EAAE;EAC/D,OAAOA,SAAS,CAACC,OAAO,CAAC,YAAY,EAAE,UAAUC,OAAO,EAAE;IACxD,OAAON,IAAI,CAACM,OAAO,CAAC;EACtB,CAAC,CAAC;AACJ"},"metadata":{},"sourceType":"module"} |