Skip to content
New issue

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

failed to parse out syntax #609

Open
ingarabr opened this issue Mar 8, 2024 · 1 comment
Open

failed to parse out syntax #609

ingarabr opened this issue Mar 8, 2024 · 1 comment

Comments

@ingarabr
Copy link
Contributor

ingarabr commented Mar 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants