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 ad7ecef commit 396be54Copy full SHA for 396be54
packages/webdoc-parser/src/symbols-babel/build-symbol-tree.js
@@ -134,7 +134,7 @@ export default function buildSymbolTree(
134
file: string,
135
source: SourceFile,
136
config: LanguageConfig,
137
- plugins: string[],
+ plugins: Array<string | [string, any]>,
138
): Symbol {
139
const moduleSymbol = SymbolUtils.createModuleSymbol();
140
let ast;
0 commit comments