Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build下のスクリプトをtoolsに動かしてTypeScriptにする #2361

Merged
merged 12 commits into from
Nov 23, 2024

Conversation

sevenc-nanashi
Copy link
Member

内容

build下のスクリプトをtoolsに動かします。

関連 Issue

(なし)

スクリーンショット・動画など

(なし)

その他

(なし)

@sevenc-nanashi sevenc-nanashi requested a review from a team as a code owner November 17, 2024 07:48
@sevenc-nanashi sevenc-nanashi requested review from Hiroshiba and removed request for a team November 17, 2024 07:48
@voicevox-preview-pages
Copy link

voicevox-preview-pages bot commented Nov 17, 2024

🚀 プレビュー用ページを作成しました 🚀

更新時点でのコミットハッシュ:8b4e476

@sevenc-nanashi sevenc-nanashi changed the title build下のスクリプトをtoolsに動かす build下のスクリプトをtoolsに動かしてTypeScriptにする Nov 17, 2024
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほぼLGTMです!!

整理ありがとうございます!!

docsのコードの歩き方.mdソースコードのディレクトリ構成の説明にtoolsのことを書いてもいいかもですね。
まあちょっとメンテされてなさすぎて他の情報が古くなりすぎてますが。。。 😇
ま、まあこれは気が向いたらくらいの気持ちで。。。

tools/download7z.mts Outdated Show resolved Hide resolved
tools/downloadTypos.mts Outdated Show resolved Hide resolved
@sevenc-nanashi sevenc-nanashi linked an issue Nov 18, 2024 that may be closed by this pull request
3 tasks
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

リファクタリングありがたい!!!!!
どんどんやっていきたいのでどんどん提案いただけると!!!!

Comment on lines -112 to +115
mkdirSync(TYPOS_BINARY_PATH, { recursive: true });
await fs.mkdir(TYPOS_BINARY_PATH, { recursive: true });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(ただのコメントです)

asyncな関数をawaitするより、syncな関数をそのまま使うほうが実は便利なのではとちょっと思ってたりします。
asyncが広まらないので。

@Hiroshiba
Copy link
Member

あっすみません、コンフリクトの解消お願いしてもいいですか 🙇

@sevenc-nanashi
Copy link
Member Author

マージしました。

@Hiroshiba Hiroshiba merged commit d4f63b7 into VOICEVOX:main Nov 23, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

buildディレクトリを整理したい
2 participants