ICT30016-Assignment-3/node_modules/.cache/babel-loader/b4697cb0b8389d161b81809779a17f951c2d91cf51ccab6661cf5bf47c6a9735.json
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

1 line
No EOL
806 B
JSON

{"ast":null,"code":"function camelToDash(str) {\n return str.replace(/([A-Z])/g, match => `-${match.toLowerCase()}`);\n}\nexport { camelToDash };","map":{"version":3,"names":["camelToDash","str","replace","match","toLowerCase"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.mjs"],"sourcesContent":["function camelToDash(str) {\n return str.replace(/([A-Z])/g, (match) => `-${match.toLowerCase()}`);\n}\n\nexport { camelToDash };\n"],"mappings":"AAAA,SAASA,WAAWA,CAACC,GAAG,EAAE;EACtB,OAAOA,GAAG,CAACC,OAAO,CAAC,UAAU,EAAGC,KAAK,IAAK,IAAIA,KAAK,CAACC,WAAW,CAAC,CAAC,EAAE,CAAC;AACxE;AAEA,SAASJ,WAAW","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}