Dan Dascalescu
- Total activity 84
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 15
- Subscriptions 30
-
-
-
Dan Dascalescu created a post, Disable "Invalid type syntax" inspection, and generally - determining the inspection that caused an error
I'm developing a Google Sheets add-on written in Google Apps Script. For custom functions, Sheets echoes to the user the comment above the function, and I want to echo a string that's helpful to th... -
-
Dan Dascalescu created a post, How can I @link in JSDoc to a method in a class returned by an IIFE?
Due to JS runtime constraints, I need to use an IIFE that returns a class. How can I use {@link } in JSDoc to link to methods in that class? The normal syntax Class.method doesn't work. const Singl... -
-
-
-
Dan Dascalescu created a post, "Cannot download @types/node: No @types/node versions available"
I've just upgraded my expired EAP to the current RC1, and for the same project, WebStorm now gives this error on startup: > Cannot download @types/node: No @types/node versions available There's no... -