File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,4 +67,4 @@ import(/* webpackChunkName: "momentjs" */ "moment")
67
67
68
68
完全な例は[ ここ] [ dynamicimportcode ] で見ることができます。
69
69
70
- [ dynamicimportcode ] :https: //cdn.rawgit.com/basarat/typescript-book/705e4496/code/dynamic-import-expressions/dynamicImportExpression.js
70
+ [ dynamicimportcode ] :https: //cdn.rawgit.com/basarat/typescript-book/705e4496/code/dynamic-import-expressions/dynamicImportExpression.js
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ const foo: string = "hello";
231
231
232
232
* エスケープしない限り、シングルクォート(` ' ` )を使用することをお勧めします。
233
233
234
- > 理由:他のJavaScriptチームがこれを行っています([ airbnb] ( https://github.com/airbnb/javascript ) 、[ 標準] ( https://github.com/feross/standard ) 、[ npm] ( https: //github.com/npm/npm ) 、[ NodeJS] ( https://github.com/nodejs/node ) 、[ google/angular] ( https://github.com/angular/angular/ ) 、[ facebook/react] ( https://github.com/facebook/react ) )。入力が簡単です(ほとんどのキーボードでシフトが必要ありません)。[ Prettierチームもシングルクォートを勧めています] ( https://github.com/prettier/prettier/issues/1105 )
234
+ > 理由:他のJavaScriptチームがこれを行っています([ airbnb] ( https://github.com/airbnb/javascript ) 、[ 標準] ( https://github.com/feross/standard ) 、[ npm] ( https: //github.com/npm/npm ) 、[ NodeJS] ( https://github.com/nodejs/node ) 、[ google/angular] ( https://github.com/angular/angular/ ) 、[ facebook/react] ( https://github.com/facebook/react ) )。入力が簡単です(ほとんどのキーボードでシフトが必要ありません)。[ Prettierチームもシングルクォートを勧めています] ( https://github.com/prettier/prettier/issues/1105 )
235
235
236
236
> ダブルクォートはメリットがないわけではありません: オブジェクトをJSONに簡単にコピーできます。ユーザーが他の言語を使用して、引用文字を変更せずに作業できるようにします。たとえばアポストロフィを使用できます。例えば、` He's not going. ` 。しかし、私は、JSコミュニティが公正に決定したものから逸脱することはありません。
237
237
You can’t perform that action at this time.
0 commit comments