Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
themusicgod1
/
prettier
Suivre
0
Voter
0
Fork
0
Fichiers
Tickets
3
Pull Requests
0
Wiki
Aborescence:
abef84684d
Branches
Tags
master
prettier
/
tests
/
method-chain
/
break-multiple.js
break-multiple.js
64 B
Historique
Raw
1
2
3
4
5
6
object.foo().bar().baz();
foo().bar().baz();
foo().bar.baz();