gpt4 book ai didi

javascript - 如何用 JavaScript 写出 "array of pattern"?

转载 作者:行者123 更新时间:2023-12-02 18:32:49 30 4
gpt4 key购买 nike

我正在尝试让 grunt-jsdoc-plugin 正常工作,但遇到了一个小问题。在我的控制台中,我不断收到:

Running "jsdoc:dist" (jsdoc) task
Warning: Cannot read property 'src' of undefined Use --force to continue.

Aborted due to warnings.

grunt-jsdoc-plugindocumentation ,它说:

src : an array of pattern that matches the files to extract the documentation from. You can also add the pattern to a README.md file to include it in your doc as described there.

“模式数组”到底是什么意思?在我的 Gruntfile 中,我简单地写了这个,认为源是相对文件路径:

  jsdoc : {
dist : {
src: 'testdoc2.js',
dest: 'doc'
}
}

但是,这似乎不起作用,因为我收到了该错误。我该怎么准确地写这个?非常感谢!〜地毯嘶嘶声

最佳答案

您还应该能够使用其中包含一项的数组,例如:src: ['testdoc2.js']

关于javascript - 如何用 JavaScript 写出 "array of pattern"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17638322/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com