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 86a7be5 commit 49a2227Copy full SHA for 49a2227
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
0 commit comments