Rebuild icu-types as a part of dev:transpile

Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
Fedor Indutny 2024-03-04 12:20:25 -08:00 committed by GitHub
parent 0bfb3ac778
commit 698cd59693
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 108 additions and 5 deletions

4
ts/scripts/constants.ts Normal file
View file

@ -0,0 +1,4 @@
// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export const DELETED_REGEXP = /\(\s*deleted\s+(\d{2,4}\/\d{2}\/\d{2,4})\s*\)/i;