Better support the following code: ```js const {a, b} = {a: 'Hello', b: 'World'}; ``` * [ ] `a` and `b` should be local variables * [ ] resolve property types if possible * [ ] support ellipsis `...` capturing
Better support the following code:
aandbshould be local variables...capturing