• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

package/H03-May-2022-7,1462,621

BUILD.gnH A D16-Feb-20212.2 KiB7467

LICENSEH A D16-Feb-20211.5 KiB2822

OWNERSH A D16-Feb-202149 32

README.chromiumH A D16-Feb-2021600 1713

directives.tsH A D16-Feb-2021366 94

lit-html-tsconfig.jsonH A D16-Feb-2021553 2121

lit-html.tsH A D16-Feb-2021274 93

README.chromium

1Name: An efficient, expressive, extensible HTML templating library for JavaScript
2Short Name: lit-html
3URL: https://github.com/polymer/lit-html
4Version: 1.3.0
5License: BSD-3
6License File: LICENSE
7Security Critical: no
8
9Description:
10lit-html lets you write HTML templates in JavaScript, then efficiently render and re-render those templates together with data to create and update DOM.
11
12To update this package, run the following command (replace version number with updated version number) in this directory:
13
14```bash
15wget -qO- https://registry.npmjs.org/lit-html/-/lit-html-1.3.0.tgz | tar xzf -
16```
17