Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
themusicgod1
/
prettier
Watch
0
Star
0
Fork
0
ファイル
課題
3
プルリクエスト
0
Wiki
ツリー:
abef84684d
ブランチ
タグ
master
prettier
/
tests
/
method-chain
/
test.js
test.js
86 B
履歴
Raw
1
2
3
4
5
6
7
method().then(x => x)
["abc"](x => x)
[abc](x => x);
({}.a().b());
({}).a().b();