vagusX

Results 19 issues of vagusX

https://github.com/jscissr/react-polymer/blob/master/index.js#L65 ``` static/js/main.ba291ce8.js from UglifyJs SyntaxError: Unexpected token: operator (>) [./~/react-polymer/index.js:65,0] error Command failed with exit code 1. ```

index.html: ``` @@include('news/news-content.html', { "content": "123" }) ``` news-content.html ``` @@content ``` result: ``` @@content ``` So we can't use 'content' as a key?

##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message follows commit guidelines ##### Affected...

related to https://github.com/cnpm/npminstall/pull/398

由于目前各个项目本身是独立的,lerna 配置中也是 independent,所以将 CI 流拆分开,目前的顺序是 `setup` --> `icons-svg` --> `icons-react` ![image](https://user-images.githubusercontent.com/6828924/71777446-0f582680-2fdb-11ea-8347-2ad32a4249c4.png) 目前的顺序预设里面是不同框架 angular/react/react-native/vue 的适配包依赖于 `icons-svg` 的 CI 持久化结果的,这一点 @HeskeyBaozi 关注下 @bang88 @wendellhu95 @tangjinzhou 对应的社区库考虑将自己的 CI 流配置成独立的任务到 circleci 的配置中去 BTW @bang88...

enhancement

``` var getDOMNode; if (/^0\.14/.test(React.version)) { getDOMNode = function(ref) { return ref; } } else { getDOMNode = function(red) { return ref.getDOMNode(); } ```

https://github.com/ant-design/codemod-v4/issues/102#issuecomment-599898301 拆分 transform 解决泛型导致 ts 出错