Results 34 issues of Zack Young

Using last level domain instead of top level to avoid cross domain issues like CDN pictures' referer check or CORS

没有 sourcemap 调试 TS 生成的 异步代码太麻烦了。。

help wanted

最近又开始写小程序了,发现 minapp 不支持 super 关键字, mixin 不能写到顶层类上, 感觉还是很不方便,于是随手重写了下 pagify, 感觉实现上也没啥问题,不知道为啥 minapp 不支持。 ```ts const MixinsKey = '$$$_mixins' /** * mixin lifecycles will always be called even if you override it...

enhancement

![image](https://user-images.githubusercontent.com/5233940/38183178-be8d71fc-3670-11e8-821e-3cd0df272def.png) 编辑多了就会出现这种情况。

reproduce-needed

这个项目非常不错,话说有没有可能支持在模版里感知或者校验数据对象的属性? 或者能像 weact 一样把 tsx 给编译成模版? 之前有过想法用 [ts-simple-ast](https://github.com/dsherret/ts-simple-ast) 实现一个 tsx 版的 weact, 不过时间上有点来不及了。。如果 minapp 能支持 tsx -> wxml, css-in-js -> wxss 的话感觉会很棒, 我有时间也可以贡献一点代码。

feature request

ref: https://github.com/Vanessa219/vditor/issues/974

bug

### Problem description The official site has really pool performance ### Link to minimal working code that reproduces the issue https://www.react-uwp.com/ ### Versions - React-UWP: You know - React: You...

enhancement