Update TypeScript to 4.9.3
This commit is contained in:
parent
1bff385805
commit
b4b477e44c
6 changed files with 27 additions and 7 deletions
|
@ -32,7 +32,7 @@ describe('license comments', () => {
|
|||
const { groups = {} } =
|
||||
firstLine.match(
|
||||
/Copyright (?<startYearWithDash>\d{4}-)?(?<endYearString>\d{4}) Signal Messenger, LLC/
|
||||
) || [];
|
||||
) || {};
|
||||
const { startYearWithDash, endYearString } = groups;
|
||||
const endYear = Number(endYearString);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue