Wayne

Results 2 issues of Wayne

here is a minimum repo to show this bug: https://github.com/gespiton/tsconfigplugin-issue-with-webpack-5 The test file in packages/fullscreen couldn't be correctly resolved. If we check the output bundle js file we will see...

文章中这句话 ”而这个函数恰好是一个箭头函数,它的this指向正是Vue的实例“, 箭头函数是没有 this 这个属性的, 这个地方可能有点问题. 箭头函数里面的this只是普通的闭包引用. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions