spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/ecma/variable.js

7 lines
82 B
JavaScript
Raw Normal View History

2024-08-21 14:17:26 +08:00
let a =
if_this_is_right() && then_this()
a = func_call()
.map()
.filter()