Skip to content

Commit 62d5a8d

Browse files
committed
[INTERNAL] normalizer: Add missing parameter to JSDoc
1 parent 09246fd commit 62d5a8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/normalizer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const Normalizer = {
1919
* @param {string} [options.cwd] Current working directory
2020
* @param {string} [options.configPath] Path to configuration file
2121
* @param {string} [options.translatorName] Translator to use
22+
* @param {Object} [options.translatorOptions] Options to pass to translator
2223
* @returns {Promise<Object>} Promise resolving to tree object
2324
*/
2425
generateProjectTree: async function(options = {}) {

0 commit comments

Comments
 (0)