@stylin/msa-loader
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -31,3 +31,3 @@ "use strict"; | ||
const toDTS = Handlebars.compile(template, { noEscape: true }); | ||
const toCamelCase = R.pipe(R.toLower, R.replace(/(^\w|[-_][a-z])/g, R.pipe(R.toUpper, R.replace(`-`, ``), R.replace(`_`, ``)))); | ||
const toCamelCase = R.replace(/(^\w|[-_][a-z])/g, R.pipe(R.toUpper, R.replace(`-`, ``), R.replace(`_`, ``))); | ||
const pickRawValues = R.applySpec({ | ||
@@ -34,0 +34,0 @@ defValue: R.nth(1), |
{ | ||
"name": "@stylin/msa-loader", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Stylin loader module for webpack", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "132c38e58c7319ba7c1d45fb20358db2ac713ae4" | ||
"gitHead": "431e646160501d262573d487825fd4920779b687" | ||
} |
Sorry, the diff of this file is not supported yet
19312