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(core): Incorrect arg type on Fn.eachMemberIn #2958

Merged
merged 1 commit into from
Jun 20, 2019

Commits on Jun 20, 2019

  1. fix(core): Incorrect arg type on Fn.eachMemberIn

    Changed the type of the second argument to `Fn.eachMemberIn` to an array
    of `string`s, such that it can be used at all.
    
    BREAKING CHANGE: All instance methods of `Fn` were made `static`, and
                     the `Fn` constructor was made private.
    
    Fixes #2950
    RomainMuller committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    c9b914e View commit details
    Browse the repository at this point in the history