@lwc/template-compiler 3.2.0 → 3.3.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.js CHANGED
@@ -156,9 +156,9 @@ function normalizeConfig(config) {
156
156
  }
157
157
  }
158
158
  const apiVersion = getAPIVersionFromNumber(config.apiVersion);
159
- return Object.assign(Object.assign(Object.assign({ preserveHtmlComments: false, experimentalComputedMemberExpression: false,
159
+ return Object.assign(Object.assign(Object.assign(Object.assign({ preserveHtmlComments: false, experimentalComputedMemberExpression: false,
160
160
  // TODO [#3370]: remove experimental template expression flag
161
- experimentalComplexExpressions: false, experimentalDynamicDirective: false, enableDynamicComponents: false, enableStaticContentOptimization: true, enableLwcSpread: true, apiVersion }, config), { customRendererConfig }), { instrumentation });
161
+ experimentalComplexExpressions: false, experimentalDynamicDirective: false, enableDynamicComponents: false, enableStaticContentOptimization: true, enableLwcSpread: true }, config), { apiVersion }), { customRendererConfig }), { instrumentation });
162
162
  }
163
163
 
164
164
  function isIdentifier(node) {
@@ -5338,5 +5338,5 @@ function compile(source, config) {
5338
5338
  }
5339
5339
 
5340
5340
  export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, parse };
5341
- /** version: 3.2.0 */
5341
+ /** version: 3.3.0 */
5342
5342
  //# sourceMappingURL=index.js.map