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
return`This can be replaced with ${replacement.replacement}, available since Node ${replacement.nodeVersion}.`
18
+
return`This can be replaced with ${replacement.replacement}, available since Node ${replacement.nodeVersion}. Read more here: ${getMdnUrl(replacement.mdnPath)}`
11
19
case'simple':
12
20
return`The community has flagged this package as redundant, with the advice: ${replacement.replacement}.`
13
21
case'documented':
14
-
return'The community has flagged this package as having more performant alternatives.'
22
+
return`The community has flagged this package as having more performant alternatives. Read more here: ${getReplacementsDocUrl(replacement.docPath)}`
15
23
case'none':
16
24
return'This package has been flagged as no longer needed, and its functionality is likely available natively in all engines.'
0 commit comments