Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jsii-spec): Add optional metadata field #512

Merged
merged 4 commits into from
Jun 3, 2019

Commits on Jun 3, 2019

  1. feat(jsii-pacmak): Ignore "unsupported" targets

    Certain targets (like `awsdocs`) do not require code generation or that
    is not handled by `jsii-pacmak` itself. Instead of failing upon
    discovering such targets in `package.json`, ignore them after printing
    out a warning.
    RomainMuller committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    cf79a7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06eb8d3 View commit details
    Browse the repository at this point in the history
  3. feat(jsii-spec): Add optional metadata field

    This can be used to track free-form maintainer data, for use in systems that
    are not part of the standard JSII toolchain.
    RomainMuller committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    18a607a View commit details
    Browse the repository at this point in the history
  4. Fix test expectations

    RomainMuller committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    a01ffa9 View commit details
    Browse the repository at this point in the history