File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -1129,8 +1129,6 @@ fetch('/api/foo')
11291129
11301130
11311131
1132- #### モジュール
1133-
11341132JavaScript は言語機能としてモジュールの
11351133仕組みをもっていません。
11361134
@@ -1145,7 +1143,16 @@ JavaScript は言語機能としてモジュールの
11451143
11461144
11471145
1148- [ エコシステムの例] ( https://github.com/wilmoore/frontend-packagers )
1146+ - bower
1147+ - component
1148+ - jam
1149+ - volo
1150+ - npm with browserify
1151+ - spm
1152+ - jspm
1153+ - duo
1154+
1155+ (source: [ wilmoore/frontend-packagers] ( https://github.com/wilmoore/frontend-packagers ) )
11491156
11501157
11511158
@@ -1167,9 +1174,14 @@ bower は、JavaScript、HTML、CSSなどを
11671174自分が作ったモジュールを公開することも
11681175できます。
11691176
1170- ただ、JavaScript の場合モジュールの仕組みを
1171- もたないため、この部分を RequireJS などの
1177+
1178+
1179+ ただ、bower はモジュール読み込みの
1180+ 仕組みを提供していません。
1181+
1182+ この部分は RequireJS など、別の
11721183モジュールシステムに頼ることになります。
1184+
11731185どのモジュールシステムに対応するかという選択は、
11741186bower によって読み込まれるパッケージ側に
11751187裁量(責務)があります。
You can’t perform that action at this time.
0 commit comments