Discipol333

Avatar
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Created

    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;...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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}} *...
    • 2 followers
    • 2 comments
    • 0 votes