@lwc/template-compiler 6.5.3 → 6.6.0

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 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
- /** version: 6.5.3 */
14492
+ exports.toPropertyName = toPropertyName;
14493
+ /** version: 6.6.0 */
14492
14494
  //# sourceMappingURL=index.cjs.js.map