-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(decorator): added new methods to extract vocab or non-vocab deco…
…rators from model (#888) * feat(extractor): added new methods to extract vocab or non-vocab decorators from model and fixed some bugs Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * refactor: added description for action Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * fix: static variable related issues Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * fix: remove decorator issue Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * fix: corrected the version number Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * fix: updated method from public to private Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * fix: updated param name Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * fix: made action an optional param Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * fix: map decorator issue and updated validateLocale method Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * fix: added a null check on model decorator Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * refactor: code refactor and updated tests Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * refactor: test case changes Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * fix: used startwith instead of regex Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * refactor: minor code refactor Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * refactor: added comment to code for more clearity Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> * refactor: updated filterdecorators function Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com> --------- Signed-off-by: Dibyam Agrawal <dibyam.agrawal@gmail.com>
- Loading branch information
1 parent
e6e0771
commit ad780d0
Showing
10 changed files
with
532 additions
and
45 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
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
Oops, something went wrong.