We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing Salsa on 0.10.7-insider (6c2d51a) [email protected] typescript.tsdk properly configured
typescript.tsdk
Similar to #2440 (microsoft/TypeScript#6552) for #2218:
var someObject = { /** * @param {string} param1 Some string param. * @param {number} parm2 Some number param. */ someMethod: function(param1, param2) { console.log(param1); return false; } };
The text was updated successfully, but these errors were encountered:
This issue was moved to microsoft/TypeScript#6825
Sorry, something went wrong.
Verified that the above JSDoc comment works properly for an ordinary function.
Moving to TS
egamma
No branches or pull requests
Testing Salsa on 0.10.7-insider (6c2d51a)
[email protected]
typescript.tsdk
properly configuredSimilar to #2440 (microsoft/TypeScript#6552) for #2218:
The text was updated successfully, but these errors were encountered: