Skip to content

Commit

Permalink
feat: Extract decorators and vocab for all types including maps and a…
Browse files Browse the repository at this point in the history
…dd relevant tests

Signed-off-by: Muskan Bararia <[email protected]>
  • Loading branch information
Muskan Bararia committed Nov 9, 2023
1 parent c85329c commit ae03cba
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 262 deletions.
1 change: 0 additions & 1 deletion packages/concerto-core/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class DecoratorManager {
+ ModelManager validate(decoratorCommandSet,ModelFile[]) throws Error
+ ModelManager decorateModels(ModelManager,decoratorCommandSet,object?,boolean?,boolean?,boolean?)
+ Object extractDecorators(ModelManager,object,boolean,string)
~ Object visitScalarDeclaration(ScalarDeclaration,Object)
+ void validateCommand(ModelManager,command)
+ Boolean falsyOrEqual(string||,string[])
+ void applyDecorator(decorated,string,newDecorator)
Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-core/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Note that the latest public API is documented using JSDocs and is available in api.txt.
#

Version 3.14.2 {7119a636878d9d9c318c89dcfbc913be} 2023-11-07
Version 3.14.2 {86711a7ba556ad7f2be251f03e99b448} 2023-11-07
- Added DCS and vocabulary extraction support for decoratorManager

Version 3.13.1 {f5a9a1ea6a64865843a3abb77798cbb0} 2023-10-18
Expand Down
Loading

0 comments on commit ae03cba

Please sign in to comment.