-
Autocomplete would be very nice. The lit-html folks have a plugin we can use as an example
https://github.com/microsoft/typescript-lit-html-plugin/tree/main/src
-
Update the library to make it useful again using the latest versions of the then-alpha, now released versions of lit-html and accompanying libs.
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
I am trying to use [@swc/jest](https://swc.rs/docs/usage/jest) to speed up my tests on …
-
Consider:
```typescript
import {html} from '@lit/strip-whitespace'
html`
hello world
`;
// equivalent to:
html.exactWhitespace`hello world`
```
This would be slower at r…
-
Related to #30
Currently, the only colors that can be matched and that can use the color picker are hex based: https://github.com/runem/lit-analyzer/blob/9659154904fd2010de3749fc5e904e8c3dfe684b/p…
-
Does this tool already support `lit 2.x`?
If I run `wca analyze` on a project which uses new lit version and does the import statements like below, then it doesn't create the `custom-elements.json`…
-
## Type of Change
- [ ] New Feature Request
- [ ] Documentation / Website
- [x] Improvement / Suggestion
- [ ] Bug
- [ ] Other (please clarify below)
## Summary
Noticed in https://github.com/…
-
### Which package(s) are affected?
Localize (@lit/localize)
### Description
In `transform` mode, lit-localize breaks code using values passed as properties.
Example:
```html
html` `
```
be…
-
If i have a file like
```js
import { LitElement, html, customElement } from "lit-element";
export * from 'lit-element';
export { LitElement} from 'lit-element';
@customElement("hello-world")
ex…
-
Context:
In the Universal Editor, we have a block where we rewrite the markup using JavaScript/Lit-html.
Issue:
When we update the content using the Universal Editor, the block markup is updated alon…