-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Remaining analyzer features required to generate a custom-elements.json manifest:
- Exports (of Module)
[labs/gen-manifest] Addsexportsand more metadata to manifest generator #3464 - FunctionDeclaration
[labs/analyzer] More analysis coverage for gen-manifest #3529- Including parsing funciton-valued const variable declaration as FunctionDeclaration
- MixinDeclaration / CustomElementMixinDeclaration
- Attributes (of LitElementDeclaration)
- Slots (for LitElementDeclaration)
[labs/gen-manifest] Addsexportsand more metadata to manifest generator #3464 - CSSParts (for LitElementDeclaration)
[labs/gen-manifest] Addsexportsand more metadata to manifest generator #3464 - CSSProperties (for LitElementDeclaration)
[labs/gen-manifest] Addsexportsand more metadata to manifest generator #3464 - Demos (for LitElementDeclaration)
- Superclass (for ClassDeclaration)
[labs/analyzer] Add lazy Declaration analysis, Reference dereferencing, and Superclass support #3380 - ClassField (for ClassDeclaration) - ReactiveProperty should likely extend this
[labs/analyzer] More analysis coverage for gen-manifest #3529- Including set/get accessors
- ClassMethod (for ClassDeclaration)
[labs/analyzer] More analysis coverage for gen-manifest #3529 - Summary and description (from jsdoc) for all model classes
[labs/analyzer] More analysis coverage for gen-manifest #3529 - Deprecated status for all model classes
[labs/analyzer] More analysis coverage for gen-manifest #3529 - Source reference for all model classes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
⏱ In Progress