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

Export InternalRecord #157

Merged
merged 1 commit into from Jul 16, 2020
Merged

Export InternalRecord #157

merged 1 commit into from Jul 16, 2020

Commits on Jul 16, 2020

  1. Export InternamRecord

    This is my fault, since the lib built and tested fine I thought maybe it
    was okay to leave out the exports. This change just restores the things
    that were formerly exported.
    
    When you install 5.0, you will get compile errors like
    
    ```
    Exported variable 'Foo' has or is using name 'InternalRecord' from external module ".../node_modules/runtypes/lib/types/record" but cannot be named.
    ```
    
    if you use `Record`.
    keithlayne committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f53b50a View commit details
    Browse the repository at this point in the history