mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Migrate messages, conversations, conversation_view, background to TS
Co-authored-by: Sidney Keese <sidney@carbonfive.com>
This commit is contained in:
committed by
Josh Perez
parent
6e7930f7a9
commit
b5df9b4067
@@ -46,10 +46,14 @@ const excludedFilesRegexps = [
|
||||
'\\.d\\.ts$',
|
||||
|
||||
// High-traffic files in our project
|
||||
'^js/models/messages.js',
|
||||
'^js/models/conversations.js',
|
||||
'^js/views/conversation_view.js',
|
||||
'^js/background.js',
|
||||
'^ts/models/messages.js',
|
||||
'^ts/models/messages.ts',
|
||||
'^ts/models/conversations.js',
|
||||
'^ts/models/conversations.ts',
|
||||
'^ts/views/conversation_view.js',
|
||||
'^ts/views/conversation_view.ts',
|
||||
'^ts/background.js',
|
||||
'^ts/background.ts',
|
||||
'^ts/Crypto.js',
|
||||
'^ts/Crypto.ts',
|
||||
'^ts/textsecure/MessageReceiver.js',
|
||||
|
||||
Reference in New Issue
Block a user