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

fix(glue): DataFormat constants are not visible in non-JS languages #7458

Merged
merged 2 commits into from Apr 21, 2020

Commits on Apr 20, 2020

  1. fix(glue): DataFormat constants are not visible in non-JS languages

    The constants on `DataFormat` were modelled as static properties on an
    interface, which is an invalid pattern in `jsii`. The `export const`
    declarations were in fact ignored by `jsii` at compilation, and the
    `namespace` declaration causes a conflict with the interface itself when
    the submodule feature is enabled on the codebase.
    RomainMuller committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    7c9bcd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    bf8230d View commit details
    Browse the repository at this point in the history