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 main must set exports["."].default to the same JavaScript entrypoint so consumers resolve package exports consistently.',
804
+
});
805
+
}
806
+
807
+
returndiagnostics;
808
+
}
809
+
761
810
functionisLocalHealthCurl(line: string): boolean{
762
811
return(
763
812
/\bcurl\b/.test(line)&&
@@ -2940,6 +2989,7 @@ export async function validatePackageRuntimeCoverage(
0 commit comments