Skip to content

Commit

Permalink
Update packages/concerto-core/lib/basemodelmanager.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sanket Shevkar <[email protected]>
  • Loading branch information
dselman and sanketshevkar authored Oct 8, 2024
1 parent a698bf3 commit b4f3c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/concerto-core/lib/basemodelmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class BaseModelManager {
* @param {boolean} [options.importAliasing] - When true, the Concerto Aliasing feature is enabled
* @param {object} [options.decoratorValidation] - the decorator validation configuration
* @param {string} [options.decoratorValidation.missingDecorator] - the validation log level for missingDecorator decorators: off, warning, error
* @param {string} [options.decoratorValidation.undefined] - the validation log level for undefined decorators: off, warning, error
* @param {string} [options.decoratorValidation.invalidDecorator] - the validation log level for invalidDecorator decorators: off, warning, error
* @param {*} [processFile] - how to obtain a concerto AST from an input to the model manager
*/
constructor(options, processFile) {
Expand Down

0 comments on commit b4f3c98

Please sign in to comment.