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 1459be8 commit 1340835Copy full SHA for 1340835
packages/doxdox-parser-custom/src/index.ts
@@ -19,7 +19,7 @@ const IDENTIFIER_PATTERNS = [
19
/^(?:this|exports)\.([a-z0-9_]+)\s*=/i,
20
/^(?:export\s+)?function\s+([a-z0-9_]+)\s*\(/i,
21
/^class\s+([a-z0-9_]+)\s*{/i,
22
- /^((?:[a-z0-9_]+)(\.prototype)?\.(?:[a-z0-9_]+))/i,
+ /^((?:[a-z0-9_.]+)(\.prototype)?\.(?:[a-z0-9_]+))/i,
23
/^[a-z0-9_]+\s*as\s*([a-z0-9_]+)/i
24
];
25
0 commit comments