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
I have a table named "import" that ends up generating the following invalid .d.ts:
export namespace import { .... }
The text was updated successfully, but these errors were encountered:
Hmm. I can see that this would happen. Unfortunately, I'm not sure there's any straightforward way to fix it.
Sorry, something went wrong.
hmm i think i'd either prefix/suffix to make it not a reserved word or add a config that allows you to provide an alternative name for a table
No branches or pull requests
I have a table named "import" that ends up generating the following invalid .d.ts:
The text was updated successfully, but these errors were encountered: