From 621a7852525097fe738cf8f17285dc3db41395f6 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Wed, 18 Sep 2019 18:29:17 +0530 Subject: [PATCH] port lib/constants to ts --- lib/constants/{config.js => config.ts} | 0 lib/constants/{index.js => index.ts} | 0 lib/constants/{notifications.js => notifications.ts} | 0 lib/constants/{sessions.js => sessions.ts} | 0 lib/constants/{tabs.js => tabs.ts} | 0 lib/constants/{term-groups.js => term-groups.ts} | 0 lib/constants/{ui.js => ui.ts} | 0 lib/constants/{updater.js => updater.ts} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename lib/constants/{config.js => config.ts} (100%) rename lib/constants/{index.js => index.ts} (100%) rename lib/constants/{notifications.js => notifications.ts} (100%) rename lib/constants/{sessions.js => sessions.ts} (100%) rename lib/constants/{tabs.js => tabs.ts} (100%) rename lib/constants/{term-groups.js => term-groups.ts} (100%) rename lib/constants/{ui.js => ui.ts} (100%) rename lib/constants/{updater.js => updater.ts} (100%) diff --git a/lib/constants/config.js b/lib/constants/config.ts similarity index 100% rename from lib/constants/config.js rename to lib/constants/config.ts diff --git a/lib/constants/index.js b/lib/constants/index.ts similarity index 100% rename from lib/constants/index.js rename to lib/constants/index.ts diff --git a/lib/constants/notifications.js b/lib/constants/notifications.ts similarity index 100% rename from lib/constants/notifications.js rename to lib/constants/notifications.ts diff --git a/lib/constants/sessions.js b/lib/constants/sessions.ts similarity index 100% rename from lib/constants/sessions.js rename to lib/constants/sessions.ts diff --git a/lib/constants/tabs.js b/lib/constants/tabs.ts similarity index 100% rename from lib/constants/tabs.js rename to lib/constants/tabs.ts diff --git a/lib/constants/term-groups.js b/lib/constants/term-groups.ts similarity index 100% rename from lib/constants/term-groups.js rename to lib/constants/term-groups.ts diff --git a/lib/constants/ui.js b/lib/constants/ui.ts similarity index 100% rename from lib/constants/ui.js rename to lib/constants/ui.ts diff --git a/lib/constants/updater.js b/lib/constants/updater.ts similarity index 100% rename from lib/constants/updater.js rename to lib/constants/updater.ts