Skip to content

Commit 698f0b8

Browse files
committed
Revert "Fix JSDoc: mark content param as optional"
This reverts commit 088351f.
1 parent 9de8e80 commit 698f0b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const types = require('ast-module-types');
44
const Walker = require('node-source-walk');
55

66
/**
7-
* @param {String|Object} [content] - A file's string content or its AST
7+
* @param {String|Object} content - A file's string content or its AST
88
* @return {String[]} The file's dependencies
99
*/
1010
module.exports = function(content, options = {}) {

0 commit comments

Comments
 (0)