first commit
This commit is contained in:
14
node_modules/lit-element/development/index.js
generated
vendored
Normal file
14
node_modules/lit-element/development/index.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2017 Google LLC
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
export * from '@lit/reactive-element';
|
||||
export * from 'lit-html';
|
||||
export * from './lit-element.js';
|
||||
export * from './decorators.js';
|
||||
console.warn("The main 'lit-element' module entrypoint is deprecated. Please update " +
|
||||
"your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' " +
|
||||
"or import from 'lit-element/lit-element.ts'. See " +
|
||||
'https://lit.dev/msg/deprecated-import-path for more information.');
|
||||
//# sourceMappingURL=index.js.map
|
Reference in New Issue
Block a user