functions-differ
functions-differ copied to clipboard
feat: Automatically detect Grouped Functions organised in folders
Description
This pull request adds a feature to automatically detect nested grouped functions organized in folders. Aligning with the grouping functions pattern as recommended in the Google Firebase Functions documentation.
This fix assumes, functions are defined in a file with just one export. (as defined in the tests)
Google Firebase Documentation
https://firebase.google.com/docs/functions/organize-functions?gen=1st#group_functions
Related Issue:
#17