lit/lit

[Analyzer] Add a way to add inherit properties to element in manifest instead of superclass

Ouverte

#4 529 ouverte le 29 janv. 2024

 (1 commentaire) (0 réaction) (0 personne assignée)TypeScript (874 forks)batch import
Good First Issue

Métriques du dépôt

Stars
 (16 966 étoiles)
Métriques de merge PR
 (Merge moyen 8j 10h) (3 PRs mergées en 30 j)

Description

Should this be an RFC?

  • This is not a substantial change

Which package is this a feature request for?

Analyzer (@lit-labs/analyzer)

Description

Components that inherit other Lit webcomponents don't inherit properties (but just set the superclass field). This breaks the compatibility with external tools. See: https://github.com/break-stuff/cem-tools/issues/69

Alternatives and Workarounds

CEM analyzer works fine

Guide contributeur