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

Make to use project: undefined when parsing script-fragments in <template>. #195

Merged
merged 3 commits into from
Jan 29, 2025

Conversation

ota-meshi
Copy link
Member

@ota-meshi ota-meshi commented May 12, 2023

related to #104
close #65

This PR makes the parser option to use project: undefined when parsing script fragments in <template> blocks.
This should improve performance when used with the typescript-eslint parser.

@kongmoumou

This comment was marked as off-topic.

@SimonSimCity
Copy link

Might also solve my problem (nuxt/nuxt#25257). However, I want to raise a concern, that I don't know whether those rules I have in place will work when project is set to undefined. Would be nice to get some insights if my concerns can be ignored here.

@Stanzilla
Copy link

what would happen if projectService is used instead?

@ota-meshi ota-meshi merged commit aca17d7 into master Jan 29, 2025
11 checks passed
@ota-meshi ota-meshi deleted the project-undef branch January 29, 2025 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Very slow with typescript-eslint parser and project
4 participants