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
Compile error:
error] (stImport) com.olvind.logging.Logger$LoggedException: Couldn't parse: Parse error at 9.34 ''>'' expected but identifier D found
TS code:
export interface IdNodeDatum<out D = unknown> { (id: string, index: number): D; }
Looks to me that it's related to out D. Found in d3-dag version 1.1.0.
out D
d3-dag
The text was updated successfully, but these errors were encountered:
can ignore out here https://github.com/ScalablyTyped/Converter/blob/master/ts/src/main/scala/org/scalablytyped/converter/internal/ts/parser/TsParser.scala#L382
out
Sorry, something went wrong.
No branches or pull requests
Compile error:
TS code:
Looks to me that it's related to
out D
. Found ind3-dag
version 1.1.0.The text was updated successfully, but these errors were encountered: