Community
Participate
Working Groups
If you set malformed JSDoc comments workspace-wide to be Errors and then create a JS project, none of the types in system.js will be known as they're malformed @see comments caused them to not be stored and inferred properly. Instead all you'll get are all of the should-be constructors as regular functions that return "any".
This can also cause the types for the library not to be written into their Index file, which can only be corrected by finding the index file and removing it.
Created attachment 178973 [details] patch Removes the @see tags with http links associated with them. The links weren't even correct to begin with, so I don't think they are needed.
Fixed in 3.2.3 and HEAD.