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

feat(language-core): add options for fine-grained configuration of strictTemplates #5138

Merged
merged 20 commits into from
Jan 22, 2025

Conversation

KazariEX
Copy link
Collaborator

@KazariEX KazariEX commented Jan 22, 2025

resolve #4879

Add 3 options for fine-grained configuration of strictTemplates:

  • checkUnknownProps
  • checkUnknownEvents
  • checkUnknownComponents

Copy link

pkg-pr-new bot commented Jan 22, 2025

Open in Stackblitz

vue-component-meta

npm i https://pkg.pr.new/vuejs/language-tools/vue-component-meta@5138

@vue/language-core

npm i https://pkg.pr.new/vuejs/language-tools/@vue/language-core@5138

@vue/language-plugin-pug

npm i https://pkg.pr.new/vuejs/language-tools/@vue/language-plugin-pug@5138

vue-component-type-helpers

npm i https://pkg.pr.new/vuejs/language-tools/vue-component-type-helpers@5138

@vue/language-server

npm i https://pkg.pr.new/vuejs/language-tools/@vue/language-server@5138

@vue/language-service

npm i https://pkg.pr.new/vuejs/language-tools/@vue/language-service@5138

vue-tsc

npm i https://pkg.pr.new/vuejs/language-tools/vue-tsc@5138

@vue/typescript-plugin

npm i https://pkg.pr.new/vuejs/language-tools/@vue/typescript-plugin@5138

commit: fa83057

@johnsoncodehk johnsoncodehk changed the title feat(language-core): split strictTemplates feat(language-core): add options for fine-grained config strictTemplates Jan 22, 2025
@johnsoncodehk johnsoncodehk changed the title feat(language-core): add options for fine-grained config strictTemplates feat(language-core): add options for fine-grained configuration of strictTemplates Jan 22, 2025
@johnsoncodehk johnsoncodehk merged commit a0511b8 into vuejs:master Jan 22, 2025
5 checks passed
@KazariEX KazariEX deleted the feat/split-strictTemplates branch January 22, 2025 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

split strictTemplate into two distinct options for props and component import
2 participants