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 32b90eb commit b2b3a43Copy full SHA for b2b3a43
index.js
@@ -15,7 +15,7 @@ if (!fs.existsSync(moduleRootAbsolute)) {
15
throw new Error('Directory "' + moduleRootAbsolute + '" does not exist. Check the "typescript.moduleRoot" config option for jsdoc-plugin-typescript');
16
}
17
18
-const importRegEx = /import\(["']([^"']*)["']\)\.([^ \.\|\}><,\)=\n]*)([ \.\|\}><,\)=\n])/g;
+const importRegEx = /import\(["']([^"']*)["']\)\.([^ \.\|\}><,\)=#\n]*)([ \.\|\}><,\)=#\n])/g;
19
const typedefRegEx = /@typedef \{[^\}]*\} ([^ \r?\n?]*)/;
20
const noClassdescRegEx = /@(typedef|module|type)/;
21
const slashRegEx = /\\/g;
0 commit comments