-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support for project: true
or useProjectService: true
?
#282
Comments
project: true
or useprojectservice: true
?project: true
or useProjectService: true
?
Is there any guide/docs about how to use/implement |
Sorry I'm not that knowledgeable about how that would work, I suppose the best place to ask would be https://github.com/typescript-eslint/typescript-eslint/discussions , maybe this discussion typescript-eslint/typescript-eslint#8030 ? Edit: I've forwarded the question: typescript-eslint/typescript-eslint#8030 (comment) |
@SukkaW here's an answer for you. Hopefully it answers the question: typescript-eslint/typescript-eslint#8030 (reply in thread) |
un-ts/eslint-plugin-import-x#40 (comment) Due to the previous performance degradation (up to 50% slower) with parsing, I doubt the non-isolated parsing would do any good with module resolution. For now, I'd prefer not to do module resolution with type information unless the typescript-eslint team has other details that I don't know. |
Hi! I'm wondering if the resolver currently or plans on supporting
project: true
like https://typescript-eslint.io/packages/parser/#project ?As well as plans to support
useProjectService
once out of experimental phase (currently experimental asEXPERIMENTAL_useProjectService
https://typescript-eslint.io/packages/parser/#experimental_useprojectservice ) which solves a few more issues (including performance) with finding the tsconfig.The text was updated successfully, but these errors were encountered: