eczn*

Results 8 issues of eczn*

### Version 14.2.2 ### Reproduction link [www.typescriptlang.org/play](https://www.typescriptlang.org/play?#code/PTAEAEBcGcFoEsDmA7A9gJwKYFgBQWBHAV3iwAoByANyM1gBtUBDAE03QoEo8g) ### Steps to reproduce just run: ``` js require('vue-loader') ``` and the process will holds up and can not exit automaticaly, and finally...

https://developer.apple.com/documentation/webkit/wkwebview/4111163-isinspectable iOS WKWebview now is inspectable by setting `WKWebview.isInspectable` to true. But when opening a page with eruda, safari inspector will crash. Conversely, safari inspector works well without eruda

deep merge for 2 obj type in ts

ts

![image](https://user-images.githubusercontent.com/13131724/69048018-7293f680-0a37-11ea-88d1-d87a1021ea05.png) ⬆️ the type of `t4.a` should be a `number` type, not `never`.

``` ts let p = #{ x: 11, y: 22 } function handlePoint(x: unknown) { if (x instanceof /* ??? */) { // how to determine whether an unknown variable...

![image](https://user-images.githubusercontent.com/13131724/42981073-f1df8332-8c0c-11e8-8e11-a74ff5fa0bc2.png) 在编写拓展运算符的时候报错了,但是我在本地写了一个简短的 demo 能跑起来,说明应该是内部打包的问题: ![image](https://user-images.githubusercontent.com/13131724/42981210-a1aa92ac-8c0d-11e8-825b-babb96007fbf.png)