You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Package manifests with top-level types must set exports["."].types to the same declaration path so TypeScript consumers resolve package exports consistently.',
755
+
});
756
+
}
757
+
758
+
returndiagnostics;
759
+
}
760
+
712
761
functionisLocalHealthCurl(line: string): boolean{
713
762
return(
714
763
/\bcurl\b/.test(line)&&
@@ -2890,6 +2939,7 @@ export async function validatePackageRuntimeCoverage(
0 commit comments