From a5b4a4c59f801666dc3502390f4c5cb9454d44ef Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 20 Aug 2021 03:24:03 +0900 Subject: [PATCH] js2ts: processing parts(WIP) --- hwe/b_processing.php | 1 - hwe/ts/colorSelect.ts | 16 ++++ hwe/ts/defaultSelectCityByMap.ts | 23 ++++++ hwe/ts/defaultSelectNationByMap.ts | 25 +++++++ hwe/ts/recruitCrewForm.ts | 113 +++++++++++++++++++++++++++++ webpack.config.js | 7 ++ 6 files changed, 184 insertions(+), 1 deletion(-) create mode 100644 hwe/ts/colorSelect.ts create mode 100644 hwe/ts/defaultSelectCityByMap.ts create mode 100644 hwe/ts/defaultSelectNationByMap.ts create mode 100644 hwe/ts/recruitCrewForm.ts diff --git a/hwe/b_processing.php b/hwe/b_processing.php index 2dfa0a81..2a9b6036 100644 --- a/hwe/b_processing.php +++ b/hwe/b_processing.php @@ -80,7 +80,6 @@ $cssList = $commandObj->getCSSFiles(); -