There was an error while loading. Please reload this page.
1 parent 9de8e80 commit 698f0b8Copy full SHA for 698f0b8
1 file changed
index.js
@@ -4,7 +4,7 @@ const types = require('ast-module-types');
4
const Walker = require('node-source-walk');
5
6
/**
7
- * @param {String|Object} [content] - A file's string content or its AST
+ * @param {String|Object} content - A file's string content or its AST
8
* @return {String[]} The file's dependencies
9
*/
10
module.exports = function(content, options = {}) {
0 commit comments