You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior: [js] '}' expected. at the <. This appears to be a problem with the dotted type, i.e. import React, {FormEventHandler} from react; …{FormEventHandler<Checkbox>} … works fine.
Reproduced using visual studio code (I don't know how to manually launch and use the language service).
TypeScript Version: 2.4.0-dev.20170605
Code
Expected behavior:
The language service parses the jsdoc as documented in https://github.com/Microsoft/TypeScript/wiki/JSDoc-support-in-JavaScript
Actual behavior:
[js] '}' expected.at the<. This appears to be a problem with the dotted type, i.e.import React, {FormEventHandler} from react; …{FormEventHandler<Checkbox>} …works fine.Reproduced using visual studio code (I don't know how to manually launch and use the language service).