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:38
Testing #2218
producer.js:
producer.js
/** * @param {number} one */ exports.hi = function(one) { return 5; } exports.ciao = 'ciao';
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#2457
The text was updated successfully, but these errors were encountered:
Same (subset) of code path for #6648
Sorry, something went wrong.
Should be fixed by #6632
No branches or pull requests
From @alexandrudima on January 27, 2016 14:38
Testing #2218
producer.js
:consumer.ts
Copied from original issue: microsoft/vscode#2457
The text was updated successfully, but these errors were encountered: