Results 22 comments of Scc

seems has problem with Jsx Component with props(use `gc`) ![image](https://user-images.githubusercontent.com/22486446/171213740-fc6478c9-e8c1-4748-aec9-7435ae0c6c98.png) ![image](https://user-images.githubusercontent.com/22486446/171214229-be42225c-3b55-4a79-b192-e393becc922c.png)

@numToStr Sorry for reply so late, yes, It is self closing element

建议可以支持 比如按住ctrl 选中单词再进行翻译

preview on the preview window, it's really useful

Looking forward to the dark ones.

> 我说中文吧,这两个问题在之前的 review 里面我有写 > > 第一个是,我上面标记的,如果使用了 `entireRes` 之后,那么 `this._config` 就不会更新,那么用户在直接获取单个 key 的时候,就会拿到老的值 > > 第二,是一个核心的问题,其实我们没有必要引入一个 option,只需要增加一个新的 event 类型,比如叫 `all-changes` 就可以满足这个需求 第一个已经修复 第二个,是不是取全部值的情况多,分开取的情况较少,感觉可以直接通过options满足的话,比较方便

> > ### export default ... ([Default Export](https://developer.mozilla.org/en-US/docs/web/javascript/reference/statements/export#Description)) > > ```ts > > // calculator.ts // compiled.js > > // ============= // =========== > > export default class Calculator {...