We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f789b commit 521af9cCopy full SHA for 521af9c
1 file changed
src/plugin.ts
@@ -123,18 +123,6 @@ export default class DocgenPlugin {
123
// @ts-ignore
124
const { module } = parser.state;
125
126
- // Break the recursion. Without this the plugin will get stuck in
127
- // an eternal loop as dependencies are added.
128
- if (!module.userRequest) {
129
- debugExclude(`Ignoring external module: ${module.userRequest}`);
130
- return;
131
- }
132
-
133
- if (module.external) {
134
135
136
137
138
if (!module.rawRequest) {
139
debugExclude(
140
`Ignoring module without "rawRequest": ${module.userRequest}`
0 commit comments