Make obsolete public
Currently, it is impossible in TypeScript to tell if an item is obsolete or not.
This commit is contained in:
parent
8d2b93c6c7
commit
61363b872b
2
pofile.d.ts
vendored
2
pofile.d.ts
vendored
@ -21,8 +21,8 @@ declare class Item {
|
|||||||
public comments: string[];
|
public comments: string[];
|
||||||
public extractedComments: string[];
|
public extractedComments: string[];
|
||||||
public flags: Record<string, boolean | undefined>;
|
public flags: Record<string, boolean | undefined>;
|
||||||
|
public obsolete: boolean;
|
||||||
private nplurals: number;
|
private nplurals: number;
|
||||||
private obsolete: boolean;
|
|
||||||
|
|
||||||
public toString(): string;
|
public toString(): string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user