-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Refactor lookupFiles
and files
#3722
Merged
Merged
Commits on Feb 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8004f71 - Browse repository at this point
Copy the full SHA 8004f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b16e9 - Browse repository at this point
Copy the full SHA c6b16e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab1f24 - Browse repository at this point
Copy the full SHA 3ab1f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5546786 - Browse repository at this point
Copy the full SHA 5546786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206b2d6 - Browse repository at this point
Copy the full SHA 206b2d6View commit details -
refactor(lib/utils.js): Replace
export.files
RE with `hasMatchingEx……tname` Replacement should work faster (re.test() faster than string.match()).
Configuration menu - View commit details
-
Copy full SHA for 75a4509 - Browse repository at this point
Copy the full SHA 75a4509View commit details
Commits on Feb 9, 2019
-
refactor(lib/utils.js): Minor tweaks
Ordered requires (node,third party,internal). Fixed docstring. Added comments.
Configuration menu - View commit details
-
Copy full SHA for 9b5413d - Browse repository at this point
Copy the full SHA 9b5413dView commit details
Commits on Feb 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f70f1d3 - Browse repository at this point
Copy the full SHA f70f1d3View commit details
Commits on Feb 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8094b63 - Browse repository at this point
Copy the full SHA 8094b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 895862c - Browse repository at this point
Copy the full SHA 895862cView commit details -
refactor(lib/utils.js): Refactor
ignored
Renamed as `considerFurther` since result was opposite of existing name. Added appropriate JSDoc for function. Made `ignore` variable function scope.
Configuration menu - View commit details
-
Copy full SHA for a1599d9 - Browse repository at this point
Copy the full SHA a1599d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b82d65d - Browse repository at this point
Copy the full SHA b82d65dView commit details
Commits on Feb 13, 2019
-
refactor(lib/utils.js): Replace
hasMatchingExtname
implementationSwapped out the `RegExp.test` implementation for `Array.some` one, providing ~3.5x speedup.
Configuration menu - View commit details
-
Copy full SHA for 6f96594 - Browse repository at this point
Copy the full SHA 6f96594View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.