Error claiming type of parse()
is not the same as @vue/compiler-sfc.parse()
#1
Labels
wontfix
This will not be worked on
Importing the
parse()
function fromvue-cherry-compiler-patch
and using it in place of compiler-sfc's parse results in a TypeScript warning.This seems to be due to this accepted design limitation in TypeScript:
microsoft/TypeScript#58905
The text was updated successfully, but these errors were encountered: