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 ee28a57 commit 7e899b7Copy full SHA for 7e899b7
packages/dev/parcel-packager-docs/DocsPackager.js
@@ -102,6 +102,8 @@ module.exports = new Packager({
102
params[p.name] = v;
103
});
104
paramStack.push(params);
105
+ // so we don't replace the type parameters in the extended interface
106
+ application = null;
107
hasParams = true;
108
} else if (t && (t.type === 'alias' || t.type === 'interface' || t.type === 'component') && t.typeParameters && keyStack.length === 0) {
109
// If we are at a root export, replace type parameters with constraints if possible.
0 commit comments