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
The following is valid ES5.1 JavaScript, but yields an error when used in TypeScript. TS2345: Argument of type '{}' is not assignable to parameter of type 'PropertyDescriptorMap'. Index signature is missing in type '{}'. A side effect is that Code's IntelliSense considers this JavaScript to be invalid.
The following is valid ES5.1 JavaScript, but yields an error when used in TypeScript.
TS2345: Argument of type '{}' is not assignable to parameter of type 'PropertyDescriptorMap'. Index signature is missing in type '{}'
. A side effect is that Code's IntelliSense considers this JavaScript to be invalid.I'd love to fix this, but I'm not sure where to look. Any suggestions?
(Debug info: Tested with Version 1.8.0-dev.20160119)
The text was updated successfully, but these errors were encountered: