-
Updated
Mar 20, 2022 - JavaScript
lit-element
Here are 395 public repositories matching this topic...
-
Updated
Nov 2, 2021 - TypeScript
-
Updated
Mar 17, 2022 - TypeScript
-
Updated
Mar 22, 2022 - TypeScript
-
Updated
Mar 4, 2022 - TypeScript
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Feb 7, 2022 - TypeScript
Describe the bug
Title
To Reproduce
Steps to reproduce the behavior:
- clone template
- open vs code
- go to app-home.ts
- notice red lines
Expected behavior
The fast components should be recognized.
**Desktop (please complete the fol
The generator currently outputs TypeScript projects only. It should have an option to output JavaScript projects.
This could be accomplished without duplicating code by the following steps
- If the TypeScript option is selected, continue as normal
- If the JavaScript option is selected, run all the same steps as the TypeScript generator, but add the following steps afterwards:
- Run
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Feb 27, 2022 - TypeScript
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Mar 1, 2022 - TypeScript
I catch a Exception, When I download Vaadin 16 Business Starter and copy /target/index.ts(html) to fronted dir. Then run command :
mvn jetty:run-exploded -Dvaadin.productionMode
Open browser: 127.0.0.1:8080
HTTP ERROR 500
Problem accessing /. Reason:
Server Error
The IDEA shows Error is
java.io.IOException: Failed to load content of
'D:\broderick\d
-
Updated
Mar 21, 2022 - TypeScript
As svg icons are supported in all modern browsers right now, maybe we can update it.
Some references:
-
Updated
Feb 25, 2022 - TypeScript
-
Updated
Feb 13, 2022 - TypeScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Nov 28, 2021 - JavaScript
-
Updated
Mar 16, 2022 - TypeScript
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Jan 10, 2020 - JavaScript
-
Updated
Mar 16, 2022 - TypeScript
Improve this page
Add a description, image, and links to the lit-element topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lit-element topic, visit your repo's landing page and select "manage topics."

The semantic dom diff plugin uses some global variables like
__mocha_context__and__snapshot__which are only available in a karma mocha context. When it's user in other test runners, or karma without mocha, it crashes with an unhelpful message.We should check for these variables, and throw a helpful error to the user that explains this plugin can only be used in Karma.