-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mtsファイルから生成されるmjsファイルをリポジトリから取り除く #1608
- Loading branch information
1 parent
0c5e5e2
commit a06dee4
Showing
32 changed files
with
23 additions
and
7,735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# コンパイル済みmjsファイルを削除 | ||
|
||
# /src | ||
SRC_PATH=母艦パスを「../src」で相対パス展開。 | ||
SRC_PATHのコンパイル済みMJS削除。 | ||
# /core/src | ||
SRC_PATH=母艦パスを「../core/src」で相対パス展開。 | ||
SRC_PATHのコンパイル済みMJS削除。 | ||
|
||
●(DIRの)コンパイル済みMJS削除とは: | ||
「-----------------------」を表示。 | ||
「削除対象={DIR}」を表示。 | ||
「{DIR}/*.mts」の全ファイル列挙して反復: | ||
F=対象 | ||
D=Fの「/\.mts$/」を「.mjs」へ正規表現置換 | ||
Dが存在する | ||
もし、そうならば: | ||
「削除: {D}」を表示。 | ||
Dをファイル削除。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.