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): split strictTemplates #4880

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KazariEX
Copy link
Collaborator

resolve #4879

const strictTemplates = vueOptions.strictTemplates ?? false;
return {
	strictTemplates,
	strictAttributes: vueOptions.strictAttributes ?? strictTemplates,
	strictComponents: vueOptions.strictComponents ?? strictTemplates,
};

Copy link

pkg-pr-new bot commented Sep 25, 2024

Open in Stackblitz

vue-component-meta

pnpm add https://pkg.pr.new/vuejs/language-tools/vue-component-meta@4880

vue-component-type-helpers

pnpm add https://pkg.pr.new/vuejs/language-tools/vue-component-type-helpers@4880

@vue/language-core

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-core@4880

@vue/language-plugin-pug

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-plugin-pug@4880

@vue/language-server

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-server@4880

@vue/language-service

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-service@4880

vue-tsc

pnpm add https://pkg.pr.new/vuejs/language-tools/vue-tsc@4880

@vue/typescript-plugin

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/typescript-plugin@4880

commit: 01fc1b8

@KazariEX KazariEX changed the title feat: split strictTemplates feat(language-core): split strictTemplates Sep 25, 2024
@KazariEX KazariEX enabled auto-merge (squash) September 25, 2024 10:47
@rchl
Copy link
Collaborator

rchl commented Sep 25, 2024

There is also schema: https://github.com/vuejs/language-tools/blob/master/packages/language-core/schemas/vue-tsconfig.schema.json

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