We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f23d63 commit 706298dCopy full SHA for 706298d
src/VueProgram.ts
@@ -196,9 +196,9 @@ class VueProgram {
196
}
197
198
private static resolveScriptBlock(content: string): ResolvedScript {
199
- // We need to import vue-template-compiler lazily because it is cannot be included it
+ // We need to import vue-template-compiler lazily because it cannot be included it
200
// as direct dependency because it is an optional dependency of fork-ts-checker-webpack-plugin.
201
- // Since its version must not mismatch with user-installed vue-template-compiler,
+ // Since its version must not mismatch with user-installed Vue.js,
202
// we should let the users install vue-template-compiler by themselves.
203
let parser: typeof vueCompiler;
204
try {
0 commit comments