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
What about using the mixed syntax?
https://www.typescriptlang.org/docs/handbook/modules.html#import
import { getResponse, type APIResponseType} from "./api";
The text was updated successfully, but these errors were encountered:
Sorry I'm not sure I understand?
Sorry, something went wrong.
What I meant is, if you just use the regular import with either of type and value, wouldn't that fix the issue with the compiler yelling at you ?
I mean, instead of pure value import and pure type import
Or maybe I just don't understand the intention of the article :D
No I do not think that helps - the compiler behaviour changed and so you need to use eslint
No branches or pull requests
What about using the mixed syntax?
https://www.typescriptlang.org/docs/handbook/modules.html#import
import { getResponse, type APIResponseType} from "./api";
The text was updated successfully, but these errors were encountered: