We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f4e87 commit a6d6295Copy full SHA for a6d6295
src/helpers/dependencyUtils.js
@@ -3,8 +3,9 @@ const logger = require('./logger');
3
/**
4
* Checks if any dependencies of extractors are missing.
5
* If no depedencies are missing, sorts extractors into the correct order.
6
- * @param {Array} extractors array of extractors from the config file, this function will modify the order of this array
+ * @param {Array} extractors array of extractors from the config file
7
* @param {Array} dependencyInfo array of objects dictacting order of extractors and their dependencies
8
+ * @returns {Array} array of extractors sorted into the order defined in dependency info
9
* Example of dependencyInfo:
10
* [
11
* { type: 'CSVPatientExtractor', dependencies: [] },
0 commit comments