-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
2-way sync or at least validation should be part of toolchain.
Web Component often has sufficient data in sources to generate manifest, hence there is ability to create match validators which are essential for release lifecycle:
- minor vs major vs patch distinction and prevention on
pre-releasebuild level - generation of release notes
The singe source of truth would prevent the mismatch between src and manifest.
- when src is the base, it would generate the manifest
- when manifest is base, it would generate the stub or interface to be extended by implementation.
The editors actually do not need to use manifest as info could be available in runtime of class implementation. But the listing of components, search and filtering would benefit from manifest format. Having runtime info and manifest in sync would prevent the editor misuse.
Metadata
Metadata
Assignees
Labels
No labels