[Regression] False positive type check for method arguments with defineExpose
#1364
Labels
bug
Something isn't working
defineExpose
#1364
Summary
vue-tsc
shows false positive type check for this piece of codesThe error is
error TS7006: Parameter 'bar' implicitly has an 'any' type.
This bug happens since 0.34.15+
Reproduce repo
args-type-define-expose
)yarn
yarn type-check
Expectation
The error should not be there.
The text was updated successfully, but these errors were encountered: