You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-release build 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.
The text was updated successfully, but these errors were encountered:
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:
pre-release
build levelThe singe source of truth would prevent the mismatch between src and manifest.
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.
The text was updated successfully, but these errors were encountered: