2 files changed
+31
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
532 | 532 |
| |
533 | 533 |
| |
534 | 534 |
| |
535 |
| - | |
| 535 | + | |
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1305 | 1305 |
| |
1306 | 1306 |
| |
1307 | 1307 |
| |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
1308 | 1338 |
| |
1309 | 1339 |
| |
1310 | 1340 |
| |
|
2 commit comments
niftylettuce commentedon Nov 2, 2020
It would probably be better to use
url
internal Node module to parse the destination (instead of.includes
approach you did; which is fine for now). So if you want to improve it you could submit another PR with that (e.g. use thedestination
value and if it's valid then return thehref
, see https://nodejs.org/api/url.html#url_url_href).niftylettuce commentedon Nov 2, 2020
No worries though, thanks for this, releasing new major semver bump now