Discipol333
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Weird behavior for @typedef
This resides in classes.js/** @typedef {{ _id:ObjectID, nuid:String, size:Array.<Number>, cap:Number, cost:Object, r : { i:Object, s:Object } }} */BuildingBlueprint;This resides in another js file;... -
创建于 Return expression type is not assignable to type.
Ever since I updated to Webstorm EAP 7, build WS-13.48, objects in nodejs that are marked as a specific type show this error.Steps to recreate:/** @type {{t:Number, l:Number, b:Number, r:Number}} *...