-
Updated
May 25, 2022 - JavaScript
lit-element
Here are 410 public repositories matching this topic...
-
Updated
Apr 21, 2022 - TypeScript
-
Updated
May 11, 2022 - TypeScript
-
Updated
May 25, 2022 - TypeScript
-
Updated
May 24, 2022 - TypeScript
The default data includes dfua16
links. These need to be updated to be relative or part of the compilation process.
-
Updated
May 24, 2022 - TypeScript
-
Updated
May 8, 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
Apr 29, 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
May 1, 2022 - TypeScript
-
Updated
May 24, 2022 - TypeScript
-
Updated
May 18, 2022 - TypeScript
As svg icons are supported in all modern browsers right now, maybe we can update it.
Some references:
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
May 24, 2022 - TypeScript
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
May 24, 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
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.