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
currently the converter fails on typescript input
let a: number = 1 // error: Missing semicolon.
function f(): string { return "" } // error: Unexpected token, expected "{"
import type { X } from 'x' // error: Unexpected token, expected "from"
export interface X { s: string } // error: This experimental syntax requires enabling one of the following parser plugin(s): "flow", "typescript".
interface X { s: string } // error: Unexpected reserved word 'interface'.
etc
The text was updated successfully, but these errors were encountered:
solved in https://github.com/milahu/putout-plugin-react2solid
Sorry, something went wrong.
@milahu Thanks for your report. I will closely check and update
No branches or pull requests
currently the converter fails on typescript input
etc
The text was updated successfully, but these errors were encountered: