-
Updated
Apr 8, 2022 - JavaScript
lit-element
Here are 395 public repositories matching this topic...
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Apr 5, 2022 - TypeScript
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Apr 6, 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
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
Apr 7, 2022 - TypeScript
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Mar 29, 2022 - TypeScript
-
Updated
Apr 9, 2022 - TypeScript
As svg icons are supported in all modern browsers right now, maybe we can update it.
Some references:
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Feb 13, 2022 - TypeScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Mar 30, 2022 - TypeScript
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Nov 28, 2021 - JavaScript
-
Updated
Mar 29, 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.