ScalablyTyped/Converter

failed to parse out syntax

ingarabr opened this issue · 1 comments

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.