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 09246fd commit 62d5a8dCopy full SHA for 62d5a8d
lib/normalizer.js
@@ -19,6 +19,7 @@ const Normalizer = {
19
* @param {string} [options.cwd] Current working directory
20
* @param {string} [options.configPath] Path to configuration file
21
* @param {string} [options.translatorName] Translator to use
22
+ * @param {Object} [options.translatorOptions] Options to pass to translator
23
* @returns {Promise<Object>} Promise resolving to tree object
24
*/
25
generateProjectTree: async function(options = {}) {
0 commit comments