@lwc/template-compiler 6.5.3 → 6.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -4
package/dist/index.cjs.js
CHANGED
|
@@ -14487,6 +14487,8 @@ function compile(source, config) {
|
|
|
14487
14487
|
|
|
14488
14488
|
exports.compile = compile;
|
|
14489
14489
|
exports.default = compile;
|
|
14490
|
+
exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
|
|
14490
14491
|
exports.parse = parse;
|
|
14491
|
-
|
|
14492
|
+
exports.toPropertyName = toPropertyName;
|
|
14493
|
+
/** version: 6.6.1 */
|
|
14492
14494
|
//# sourceMappingURL=index.cjs.js.map
|