diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-30 14:00:07 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-02 11:14:19 +0900 |
commit | c60d0e7392fc708e961614d6b756a045de74f458 (patch) | |
tree | 0b9a5fce1879e38a92d5dbb2915779aee0ad22d6 /src/background/infrastructures | |
parent | 257162e5b6b4993e1dff0d705ffa6f0d809033eb (diff) |
Rename .js/.jsx to .ts/.tsx
Diffstat (limited to 'src/background/infrastructures')
-rw-r--r-- | src/background/infrastructures/ConsoleClient.ts (renamed from src/background/infrastructures/ConsoleClient.js) | 0 | ||||
-rw-r--r-- | src/background/infrastructures/ContentMessageClient.ts (renamed from src/background/infrastructures/ContentMessageClient.js) | 0 | ||||
-rw-r--r-- | src/background/infrastructures/ContentMessageListener.ts (renamed from src/background/infrastructures/ContentMessageListener.js) | 0 | ||||
-rw-r--r-- | src/background/infrastructures/MemoryStorage.ts (renamed from src/background/infrastructures/MemoryStorage.js) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/src/background/infrastructures/ConsoleClient.js b/src/background/infrastructures/ConsoleClient.ts index f691515..f691515 100644 --- a/src/background/infrastructures/ConsoleClient.js +++ b/src/background/infrastructures/ConsoleClient.ts diff --git a/src/background/infrastructures/ContentMessageClient.js b/src/background/infrastructures/ContentMessageClient.ts index 0fab5a3..0fab5a3 100644 --- a/src/background/infrastructures/ContentMessageClient.js +++ b/src/background/infrastructures/ContentMessageClient.ts diff --git a/src/background/infrastructures/ContentMessageListener.js b/src/background/infrastructures/ContentMessageListener.ts index 5b0f62e..5b0f62e 100644 --- a/src/background/infrastructures/ContentMessageListener.js +++ b/src/background/infrastructures/ContentMessageListener.ts diff --git a/src/background/infrastructures/MemoryStorage.js b/src/background/infrastructures/MemoryStorage.ts index 3a7e4f2..3a7e4f2 100644 --- a/src/background/infrastructures/MemoryStorage.js +++ b/src/background/infrastructures/MemoryStorage.ts |