Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core):added extract decorator method (#754)
* feat(core):added extract decorator method Signed-off-by: Muskan Bararia <[email protected]> * feat(core):added extract decorator method Signed-off-by: Muskan Bararia <[email protected]> * fix: Added bugfix for no decorators Signed-off-by: Muskan Bararia <[email protected]> * fix: Removed mutability and typos fixed Signed-off-by: Muskan Bararia <[email protected]> * fix: typo fix for jsdoc Signed-off-by: Muskan Bararia <[email protected]> * fix: call Model functions for getting version Signed-off-by: Muskan Bararia <[email protected]> * feat: Extract decorators and vocab via visitor pattern Signed-off-by: Muskan Bararia <[email protected]> * feat: Extract decorators and vocab via visitor pattern Signed-off-by: Muskan Bararia <[email protected]> * feat: Extract decorators and vocab via visitor pattern Signed-off-by: Muskan Bararia <[email protected]> * feat: Extract decorators and vocab for all types including maps and add relevant tests Signed-off-by: Muskan Bararia <[email protected]> * fix:minor linting fixes Signed-off-by: Muskan Bararia <[email protected]> * feat: Added new testcase and created a Util for decorators Signed-off-by: Muskan Bararia <[email protected]> * feat: Added new testcase and created a Util for decorators Signed-off-by: Muskan Bararia <[email protected]> * fix: broke down functions so they are more readable Signed-off-by: Muskan Bararia <[email protected]> * fix: added relevant types Signed-off-by: Muskan Bararia <[email protected]> * fix: removed two loops in parsing and better breakdown Signed-off-by: Muskan Bararia <[email protected]> * fix: better breakdown by adding transform functions Signed-off-by: Muskan Bararia <[email protected]> * fix: better breakdown by adding constructor functions Signed-off-by: Muskan Bararia <[email protected]> * fix: created decorator extractor class Signed-off-by: Muskan Bararia <[email protected]> * fix: created decorator extractor class Signed-off-by: Muskan Bararia <[email protected]> * chore: added linting fix Signed-off-by: Muskan Bararia <[email protected]> * fix: added proper check to test for map type Signed-off-by: Muskan Bararia <[email protected]> --------- Signed-off-by: Muskan Bararia <[email protected]> Co-authored-by: Muskan Bararia <[email protected]>
- Loading branch information