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

@@ -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.