chencheng (云谦)

Results 82 issues of chencheng (云谦)

Related: https://github.com/dvajs/dva-ast/issues/21

``` js app.model(require('path/to/created/model')); ```

TODO: - [ ] reducers with enhancer - [ ] effect with type 比如: ``` js app.model({ reducers: [{}, enhancer], effects: { addRemoteLatest: [function*() {}, { type: 'takeLatest' }], },...

现在取到的 routeComponents 包含了所有的 components,要根据 router 配置进行区分。

help wanted

### What problem does this feature solve? 背景是 dts 慢,TypeScript 最新的 isolatedDeclarations 可以解这个问题,更多约束和报错,然后把 dts 的生成交给社区库,比如 swc 。 ### Possible Solution (optional) 如果 tsconfig.json 里有配 isolatedDeclarations,则走这套方案。

enhancement