You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be able to add vocabulary annotations for Scalar Declarartions
Current Behavior
I was testing the vocab file generated by the code generator I've written. While testing it on this repl https://replit.com/join/xeqmqanuuo-sanketshevkar
I'm not able able to add a command set to the model manager when any scalar value is present in the .cto file. In other cases it's working fine.
I am getting the following error.
TypeError: decl.getProperties is not a function
at /home/runner/AccordProjectConcerto-Vocabulary/node_modules/@accordproject/concerto-vocabulary/lib/vocabularymanager.js:254:22
at Array.forEach (<anonymous>)
at /home/runner/AccordProjectConcerto-Vocabulary/node_modules/@accordproject/concerto-vocabulary/lib/vocabularymanager.js:230:40
at Array.forEach (<anonymous>)
at VocabularyManager.generateDecoratorCommands (/home/runner/AccordProjectConcerto-Vocabulary/node_modules/@accordproject/concerto-vocabulary/lib/vocabularymanager.js:229:38)
at Object.<anonymous> (/home/runner/AccordProjectConcerto-Vocabulary/index.js:126:33)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
Hint: hit control+c anytime to enter REPL.
Bug Report 🐛
Expected Behavior
Should be able to add vocabulary annotations for Scalar Declarartions
Current Behavior
I was testing the vocab file generated by the code generator I've written. While testing it on this repl https://replit.com/join/xeqmqanuuo-sanketshevkar
I'm not able able to add a command set to the model manager when any scalar value is present in the .cto file. In other cases it's working fine.
I am getting the following error.
Possible Solution
Steps to Reproduce
https://replit.com/join/xeqmqanuuo-sanketshevkar
Possible Implementation
Need to fix VocabularyManager from
@accordproject/concerto-vocabulary
The text was updated successfully, but these errors were encountered: