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
801 B
1 line
801 B
{"ast":null,"code":"var rHyphen = /-(.)/g;\nexport default function camelize(string) {\n return string.replace(rHyphen, function (_, chr) {\n return chr.toUpperCase();\n });\n}","map":{"version":3,"names":["rHyphen","camelize","string","replace","_","chr","toUpperCase"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/dom-helpers/esm/camelize.js"],"sourcesContent":["var rHyphen = /-(.)/g;\nexport default function camelize(string) {\n return string.replace(rHyphen, function (_, chr) {\n return chr.toUpperCase();\n });\n}"],"mappings":"AAAA,IAAIA,OAAO,GAAG,OAAO;AACrB,eAAe,SAASC,QAAQ,CAACC,MAAM,EAAE;EACvC,OAAOA,MAAM,CAACC,OAAO,CAACH,OAAO,EAAE,UAAUI,CAAC,EAAEC,GAAG,EAAE;IAC/C,OAAOA,GAAG,CAACC,WAAW,EAAE;EAC1B,CAAC,CAAC;AACJ"},"metadata":{},"sourceType":"module"} |