一笑
一笑
Some annoying error messages appeared in some code files, which seem to not affect `yarn types` and `yarn build`
> ## Contribution steps > 1. Clone repo and checkout a self branch from the base branch > 2. `npm i` > 3. `npm run start:dumi` & open `http://localhost:8000` >...
Hi @kdy1, i'd like to fix it 😊 .
Hi @kdy1 I created a minimal test for debugging [the file link](https://github.com/TrickyPi/stc/blob/fix/issue-186/crates/stc_ts_file_analyzer/tests/pass/vars/destructuring/array/assignment/21.ts#L1-L5 ) and the error information is I found that the error happens here https://github.com/dudykr/stc/blob/2ab93ad46cd2683539300bde8f30c7bf89ac1e15/crates/stc_ts_file_analyzer/src/analyzer/assign/mod.rs#L375-L413 Do you have any...
Thanks for your reply. Yes, I knew this TODO exists, but I added a "println!" before calling `get_rest_elements` and it wasn't called.
yeah, i added a debug print to ouput the value of `opts.use_iterator_for_array`, this value is true.
Ok, i get it.
I'v been busy with other work lately, and this issue seems hard to me(LOL),so I'm happy you can take it and really appericate your help during this time.
Should have been fixed. I don't run into this issue now.