targets.vim
targets.vim copied to clipboard
Mess up with di"
When i use di" in this scenario this happens.
let func = () => ({ a: 1, b: 2 });
console.log(func(), "hello", "world"); // { a: 1, b: 2 }
function test() {
console.log("test");
}