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
From @alexandrudima on January 27, 2016 14:33
Testing #2218
producer.js:
producer.js
/** * @param {number} one */ exports.hi = function(one) { return 5; } exports.ciao = 'ciao';
consumer.ts:
consumer.ts
import * as p from './producer'; class A { public something: boolean; public foo(): void {} } var x = p.ciao;
Copied from original issue: microsoft/vscode#2456
The text was updated successfully, but these errors were encountered:
@zhengbli Did you have a fix for this already?
Sorry, something went wrong.
Yes, the fix is in a PR at #6632
Great! 👍
No branches or pull requests
From @alexandrudima on January 27, 2016 14:33
Testing #2218
producer.js
:consumer.ts
:Copied from original issue: microsoft/vscode#2456
The text was updated successfully, but these errors were encountered: