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 5c1da3a commit 75228c9Copy full SHA for 75228c9
src/generators/ast-js/index.mjs
@@ -56,7 +56,7 @@ export default {
56
* @param {Partial<GeneratorOptions>} options
57
* @returns {AsyncGenerator<Output>}
58
*/
59
- async *generate(_, { input = [], ignore, worker }) {
+ async *generate(_, { input = [], ignore = [], worker }) {
60
const toIgnore = globSync(ignore);
61
62
const files = globSync(input)
0 commit comments