minapp icon indicating copy to clipboard operation
minapp copied to clipboard

重新定义微信小程序的开发

Results 26 minapp issues
Sort by recently updated
recently updated
newest added

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

reproduce-needed

需要去除注释中的 require (参考 webpack 是怎么做的)

bug

本来想调试简单一些,直接使用node的async、await,就将target调整为es2017,不用typescript的tslib,结果报done不存在了。 如果调整target为es2017的话async库的调用方式不一样,会走asyncify不传递callback ```javascript // async.js L192-211 function asyncify(func) { return initialParams(function (args, callback) { var result; try { result = func.apply(this, args); } catch (e) { return callback(e); } //...

```typescript namespace request { type Promised = { /** * 开发者服务器返回的数据 */ data: T /** * 开发者服务器返回的 HTTP 状态码 */ statusCode: number /** * 开发者服务器返回的 HTTP Response Header * *...

enhancement

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

feature request

Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies