Discipol333
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Discipol333 created a post, 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;... -
-
Discipol333 created a post, 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}} *...