+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ public override void Execute(UpgradeContext uctx)
18
18
{
19
19
uctx.ForeachCodeFile("*.ts, *.tsx", file =>
20
20
{
21
-
file.Replace("Navigator.navigate", "Navigator.view");
22
-
file.Replace("Navigator.isNavigable", "Navigator.isViewable");
21
+
file.Replace("Navigator.navigate(", "Navigator.view(");
22
+
file.Replace("Navigator.isNavigable(", "Navigator.isViewable(");
23
23
});
24
24
}
25
25
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4