first commit
This commit is contained in:
7
node_modules/lit-html/node/directives/async-append.js
generated
vendored
Normal file
7
node_modules/lit-html/node/directives/async-append.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import{directive as r,PartType as e}from"../directive.js";import{AsyncReplaceDirective as s}from"./async-replace.js";import{clearPart as t,insertPart as o,setChildPartValue as i}from"../directive-helpers.js";
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2017 Google LLC
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/const c=r(class extends s{constructor(r){if(super(r),r.type!==e.CHILD)throw Error("asyncAppend can only be used in child expressions")}update(r,e){return this._$CJ=r,super.update(r,e)}commitValue(r,e){0===e&&t(this._$CJ);const s=o(this._$CJ);i(s,r)}});export{c as asyncAppend};
|
||||
//# sourceMappingURL=async-append.js.map
|
Reference in New Issue
Block a user