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/content/actions | |
parent | 257162e5b6b4993e1dff0d705ffa6f0d809033eb (diff) |
Rename .js/.jsx to .ts/.tsx
Diffstat (limited to 'src/content/actions')
-rw-r--r-- | src/content/actions/addon.ts (renamed from src/content/actions/addon.js) | 0 | ||||
-rw-r--r-- | src/content/actions/find.ts (renamed from src/content/actions/find.js) | 0 | ||||
-rw-r--r-- | src/content/actions/follow-controller.ts (renamed from src/content/actions/follow-controller.js) | 0 | ||||
-rw-r--r-- | src/content/actions/index.ts (renamed from src/content/actions/index.js) | 0 | ||||
-rw-r--r-- | src/content/actions/input.ts (renamed from src/content/actions/input.js) | 0 | ||||
-rw-r--r-- | src/content/actions/mark.ts (renamed from src/content/actions/mark.js) | 0 | ||||
-rw-r--r-- | src/content/actions/operation.ts (renamed from src/content/actions/operation.js) | 0 | ||||
-rw-r--r-- | src/content/actions/setting.ts (renamed from src/content/actions/setting.js) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/src/content/actions/addon.js b/src/content/actions/addon.ts index b30cf16..b30cf16 100644 --- a/src/content/actions/addon.js +++ b/src/content/actions/addon.ts diff --git a/src/content/actions/find.js b/src/content/actions/find.ts index e08d7e5..e08d7e5 100644 --- a/src/content/actions/find.js +++ b/src/content/actions/find.ts diff --git a/src/content/actions/follow-controller.js b/src/content/actions/follow-controller.ts index 006b248..006b248 100644 --- a/src/content/actions/follow-controller.js +++ b/src/content/actions/follow-controller.ts diff --git a/src/content/actions/index.js b/src/content/actions/index.ts index 0a16fdf..0a16fdf 100644 --- a/src/content/actions/index.js +++ b/src/content/actions/index.ts diff --git a/src/content/actions/input.js b/src/content/actions/input.ts index 465a486..465a486 100644 --- a/src/content/actions/input.js +++ b/src/content/actions/input.ts diff --git a/src/content/actions/mark.js b/src/content/actions/mark.ts index 712a811..712a811 100644 --- a/src/content/actions/mark.js +++ b/src/content/actions/mark.ts diff --git a/src/content/actions/operation.js b/src/content/actions/operation.ts index ed9b2cf..ed9b2cf 100644 --- a/src/content/actions/operation.js +++ b/src/content/actions/operation.ts diff --git a/src/content/actions/setting.js b/src/content/actions/setting.ts index 1c15dd7..1c15dd7 100644 --- a/src/content/actions/setting.js +++ b/src/content/actions/setting.ts |