File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/concerto-core/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ class BaseModelManager {
95
95
* @param {boolean } [options.enableMapType] - When true, the Concerto Map Type feature is enabled
96
96
* @param {boolean } [options.importAliasing] - When true, the Concerto Aliasing feature is enabled
97
97
* @param {object } [options.decoratorValidation] - the decorator validation configuration
98
- * @param {string } [options.decoratorValidation.defined ] - the validation log level for defined decorators: off, warning, error
99
- * @param {string } [options.decoratorValidation.undefined ] - the validation log level for undefined decorators: off, warning, error
98
+ * @param {string } [options.decoratorValidation.missingDecorator ] - the validation log level for missingDecorator decorators: off, warning, error
99
+ * @param {string } [options.decoratorValidation.invalidDecorator ] - the validation log level for invalidDecorator decorators: off, warning, error
100
100
* @param {* } [processFile] - how to obtain a concerto AST from an input to the model manager
101
101
*/
102
102
constructor ( options , processFile ) {
You can’t perform that action at this time.
0 commit comments