@lwc/template-compiler 8.2.0 → 8.4.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
@@ -14006,6 +14006,8 @@ function isStaticNode(node, apiVersion) {
14006
14006
  }
14007
14007
  // it is an element
14008
14008
  result &&= isElement(node);
14009
+ // See W-17015807
14010
+ result &&= node.name !== 'iframe';
14009
14011
  // all attrs are static-safe
14010
14012
  // the criteria to determine safety can be found in computeAttrValue
14011
14013
  result &&= attributes.every(({ name }) => {
@@ -15772,5 +15774,5 @@ function compile(source, filename, config) {
15772
15774
  }
15773
15775
 
15774
15776
  export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, generateScopeTokens, kebabcaseToCamelcase, parse, toPropertyName };
15775
- /** version: 8.2.0 */
15777
+ /** version: 8.4.0 */
15776
15778
  //# sourceMappingURL=index.js.map