UNPKG

lit-html

Version:

HTML templates literals in JavaScript

9 lines (8 loc) 574 B
import{noChange as r}from"../lit-html.js";import{directive as t,Directive as s}from"../directive.js"; /** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ const e={},i=t(class extends s{constructor(){super(...arguments),this.nt=e}render(r,t){return t()}update(t,[s,e]){if(Array.isArray(s)){if(Array.isArray(this.nt)&&this.nt.length===s.length&&s.every(((r,t)=>r===this.nt[t])))return r}else if(this.nt===s)return r;return this.nt=Array.isArray(s)?Array.from(s):s,this.render(s,e)}});export{i as guard}; //# sourceMappingURL=guard.js.map