functions-differ icon indicating copy to clipboard operation
functions-differ copied to clipboard

feat: Automatically detect Grouped Functions organised in folders

Open cedricdg opened this issue 2 years ago • 0 comments

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

cedricdg avatar Oct 02 '23 10:10 cedricdg