-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Incorrect arg type on Fn.eachMemberIn (#2958)
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
- Loading branch information
1 parent
697535d
commit 5baa31f
Showing
2 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters