webcomponents / webcomponents/custom-elements-manifest

Create a reference library to easily query custom elements info

Open
#20 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
502
Forks
27
PR merge metrics
No merged PRs in 30d

Description

We want to avoid duplication of data in the schema, but we also want to allow for easily querying a schema, or related collection of schemas.

Tools will want to answer questions like:
- What are all the elements in this package?
- Build an index from tag name to class, or class to tag name
- What is the entire class hierarchy for class A?
- Find all references to a symbol

We can make this much easier by building a shared library that given a set of package docs builds a queryable model from them. It should not live in this repository, but the people here would be interested in it.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.