mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: TypeScript 5.2 with Nx 16.8.1 (#10380)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
export interface Stylesheet {
|
||||
rules: Rule[];
|
||||
}
|
||||
@@ -124,7 +123,7 @@ export class CSS3Parser {
|
||||
private reconsumedInputToken: InputToken;
|
||||
private topLevelFlag: boolean;
|
||||
|
||||
constructor(private text: string) { }
|
||||
constructor(private text: string) {}
|
||||
|
||||
/**
|
||||
* For testing purposes.
|
||||
|
||||
Reference in New Issue
Block a user