From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/compile_time/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 files/ja/glossary/compile_time/index.html (limited to 'files/ja/glossary/compile_time/index.html') diff --git a/files/ja/glossary/compile_time/index.html b/files/ja/glossary/compile_time/index.html new file mode 100644 index 0000000000..e2131944db --- /dev/null +++ b/files/ja/glossary/compile_time/index.html @@ -0,0 +1,18 @@ +--- +title: Compile time (コンパイル時間) +slug: Glossary/Compile_time +tags: + - CodingScripting + - Glossary + - JavaScript +translation_of: Glossary/Compile_time +--- +

コンパイル時間は、プログラムが最初にロードされてからプログラムが{{Glossary("parse","解析")}}されるまでの時間です。

+ +

より詳しく知る

+ +

一般知識

+ + -- cgit v1.2.3-54-g00ecf