Skip to content

sync between source and manifest #106

@sashafirsov

Description

@sashafirsov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions