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 b35d488 commit 0dec9adCopy full SHA for 0dec9ad
lib/ResolverFactory.js
@@ -126,7 +126,9 @@ function processPnpApiOption(option) {
126
option === undefined &&
127
/** @type {NodeJS.ProcessVersions & {pnp: string}} */ versions.pnp
128
) {
129
- const _findPnpApi = /** @type {function(string): PnpApi | null}} */ (findPnpApi);
+ const _findPnpApi = /** @type {function(string): PnpApi | null}} */ (
130
+ findPnpApi
131
+ );
132
if (_findPnpApi) {
133
return {
134
resolveToUnqualified(request, issuer, opts) {
0 commit comments