Closed ota-meshi closed 3 weeks ago
This PR fixes false negatives and false positives when using destructuring and initial assignment. It also fixes an issue where we weren't checking the return value of factory functions in <script setup>.
<script setup>
fixes #2578
This PR fixes false negatives and false positives when using destructuring and initial assignment. It also fixes an issue where we weren't checking the return value of factory functions in
<script setup>
.fixes #2578