fix(core): format
This commit is contained in:
@@ -46,7 +46,7 @@ export default class Preprocessor {
|
|||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extracts parameter names from the workflow.
|
* Extracts parameter names from the workflow.
|
||||||
* @param {WorkflowFile} workflow The given workflow
|
* @param {WorkflowFile} workflow The given workflow
|
||||||
* @returns {String[]} List of parameters' names.
|
* @returns {String[]} List of parameters' names.
|
||||||
@@ -69,7 +69,7 @@ export default class Preprocessor {
|
|||||||
return getParamsRecurse(workflow.workflow);
|
return getParamsRecurse(workflow.workflow);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List all the selectors used in the given workflow (only literal "selector"
|
* List all the selectors used in the given workflow (only literal "selector"
|
||||||
* field in WHERE clauses so far)
|
* field in WHERE clauses so far)
|
||||||
*/
|
*/
|
||||||
@@ -107,7 +107,7 @@ export default class Preprocessor {
|
|||||||
], []);
|
], []);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Recursively crawl `object` and initializes params - replaces the `{$param : paramName}` objects
|
* Recursively crawl `object` and initializes params - replaces the `{$param : paramName}` objects
|
||||||
* with the defined value.
|
* with the defined value.
|
||||||
* @returns {Workflow} Copy of the given workflow, modified (the initial workflow is left untouched).
|
* @returns {Workflow} Copy of the given workflow, modified (the initial workflow is left untouched).
|
||||||
|
|||||||
Reference in New Issue
Block a user