Navigate to object property value shorthand definition

前端 未结 0 1296
北海茫月
北海茫月 2021-01-11 17:03

Here is a simple JS module example

const foo = params => {}
const bar = params => {}

module.exports = {
  foo, // can\'t navigate to the definition
  b         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题