typescript-plus icon indicating copy to clipboard operation
typescript-plus copied to clipboard

Enhanced version of the original typescript compiler.

Results 4 typescript-plus issues
Sort by recently updated
recently updated
newest added
trafficstars

``` class X { public go(data: { arg1: number }) { } } class Y { public x?: { call: () => void } = { call: () => console.log('x?.call();')...

![图片](https://user-images.githubusercontent.com/6531486/59250324-856cf880-8c59-11e9-811d-bbde5e371337.png) ![图片](https://user-images.githubusercontent.com/6531486/59250389-b2211000-8c59-11e9-882c-2918966f7215.png) 如果不加watch的话是可以正常编译排序的

感谢如此迅速的修复 #14 问题。原本我也认为这个问题可能非常难处理。 今天上午又做了些测试,发现了下面的问题。 因为此次的测试涉及的代码较多,所以此次直接上传了完整的工程,如果此工程不太方便你确认问题,请随时联系,我好想办法构建更简单的用例。 ![image](https://user-images.githubusercontent.com/28743628/47694198-9a030000-dc37-11e8-974a-b6fb91a5607c.png) ![image](https://user-images.githubusercontent.com/28743628/47694269-f49c5c00-dc37-11e8-8a4a-83e413de995f.png) ![image](https://user-images.githubusercontent.com/28743628/47694322-29101800-dc38-11e8-8bb5-7cda1528b4ca.png) ![image](https://user-images.githubusercontent.com/28743628/47694348-4ba23100-dc38-11e8-9948-70e18a24ba64.png) ![image](https://user-images.githubusercontent.com/28743628/47694436-9754da80-dc38-11e8-86b9-c837da7b0bbe.png) 附件中为完整代码,如果需要我提供更直观的测试代码,请随时告知。 另:请在有空的时候处理下此问题就好了,我这边目前还未正式使用此编译器,所有不是特别紧急。 [RiggerIOC.zip](https://github.com/domchen/typescript-plus/files/2527913/RiggerIOC.zip)