chore: TypeScript 5.2 with Nx 16.8.1 (#10380)

This commit is contained in:
Nathan Walker
2023-09-09 08:55:39 -07:00
committed by GitHub
parent f54ebbb2bf
commit 7c2938d2ac
28 changed files with 612 additions and 793 deletions

View File

@@ -4,7 +4,6 @@ import { unsetValue } from '@nativescript/core/ui/core/view';
import { PercentLength } from '@nativescript/core/ui/styling/style-properties';
export * from './frame-tests-common';
export function test_percent_width_and_height_set_to_page_support() {
let topFrame = Frame.topmost();
let currentPage = topFrame.currentPage;

View File

@@ -5,6 +5,6 @@
<meta charset="utf-8" />
</head>
<body>
<span style="color: red;">TestÖ with Spaces</span>
<span style="color: red">TestÖ with Spaces</span>
</body>
</html>

View File

@@ -6,6 +6,6 @@
</head>
<body>
<span style="color: red;">TestÖ</span>
<span style="color: red">TestÖ</span>
</body>
</html>