Open osmanpontes opened 4 years ago
const obj = { prop: a() .b() .c() }
This works fine and is related to https://github.com/pangloss/vim-javascript/issues/139:
a() .b() .c()
Issue
Current
Desired
Related issue
This works fine and is related to https://github.com/pangloss/vim-javascript/issues/139: