nadesiko3 3.6.13 → 3.6.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/batch/build_command.nako3 +3 -2
- package/batch/command.txt +294 -292
- package/batch/command_nakopad.txt +3 -1
- package/core/package-lock.json +3824 -0
- package/core/package.json +2 -2
- package/core/src/nako_core_version.mjs +2 -2
- package/core/src/nako_core_version.mts +2 -2
- package/core/src/nako_gen.mjs +35 -19
- package/core/src/nako_gen.mts +33 -17
- package/core/src/plugin_api.mts +1 -0
- package/core/src/plugin_system.mjs +15 -5
- package/core/src/plugin_system.mts +14 -5
- package/core/test/flow_test.mjs +3 -0
- package/core/tsconfig.json +20 -17
- package/package.json +7 -7
- package/release/_hash.txt +52 -52
- package/release/_script-tags.txt +33 -33
- package/release/command.json +1 -1
- package/release/command.json.js +1 -1
- package/release/command_cnako3.json +1 -1
- package/release/command_list.json +1 -1
- package/release/edit_main.js +5 -5
- package/release/edit_main.js.map +3 -3
- package/release/editor/edit_main.js +1 -1
- package/release/editor/edit_main.js.map +2 -2
- package/release/editor/version_main.js +1 -1
- package/release/editor/version_main.js.map +1 -1
- package/release/editor.js +5 -5
- package/release/plugin_markup.js +53 -53
- package/release/plugin_markup.js.map +3 -3
- package/release/src/plugin_markup.js +53 -53
- package/release/src/plugin_markup.js.map +3 -3
- package/release/src/wnako3.js +90 -90
- package/release/src/wnako3.js.map +3 -3
- package/release/src/wnako3webworker.js +76 -76
- package/release/src/wnako3webworker.js.map +3 -3
- package/release/version.js +1 -1
- package/release/version_main.js +1 -1
- package/release/version_main.js.map +1 -1
- package/release/wnako3.js +85 -85
- package/release/wnako3.js.map +3 -3
- package/release/wnako3webworker.js +77 -77
- package/release/wnako3webworker.js.map +3 -3
- package/src/nako_version.mjs +2 -2
- package/src/nako_version.mts +2 -2
- package/src/plugin_browser_dom_parts.mjs +69 -8
- package/src/plugin_browser_dom_parts.mts +65 -8
|
@@ -23,9 +23,10 @@
|
|
|
23
23
|
予約語一覧取得してJSONエンコード整形してSに代入。
|
|
24
24
|
「{基本パス}/release/yoyakugo.json」にSを保存。
|
|
25
25
|
|
|
26
|
+
# --- nakopad 用の生成 --- 暫定で更新を中止
|
|
26
27
|
# Windows版のnakopad用ファイルを生成してファイルをコピー
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
#「{基本パス}/batch/gen_command_nakopad.nako3」をCNAKO実行。
|
|
29
|
+
#「{基本パス}/batch/command_nakopad.txt」から「{基本パス}/installer/nako3-win32-template/bin/tools/command.txt」へファイルコピー。
|
|
29
30
|
|
|
30
31
|
●CNAKO実行(Cを)
|
|
31
32
|
CMD=「node {基本パス}/src/cnako3.mjs {C}」
|