ZOU Bin

Results 6 issues of ZOU Bin

I ran into problems when running the example in this repo. The original `label.jsx`: ``` js import React from 'react'; export default class Label extends React.Component { render() { return...

I was running the the example given in Browserify repo (example/api/build.js), and made some twist to it: ``` javascript var browserify = require('../..'); var b = browserify(); b.add('./browser/main.js'); b.add('./browser/foo.js'); //...

bug

I encountered the problem in https://github.com/substack/node-browserify/issues/1260 I think there is something can be done in `module-deps` to fix that problem. But I am not sure if it's the right way....

lib.wx.component.d.ts 中 ```typescript type PropertyToData = T extends ShortProperty ? ValueType : FullPropertyToData type FullPropertyToData = ValueType ``` 当 FullProperty 中 type 为 Object 时,ValueType 总是为 IAnyObject 的,并无法得到推断后具体的类型。 考虑一个例子: ```js...

Right now we can specify `assetPath`, which determines the value of `url(value)` in css, and the destination of the copied asset will be calculated based on this info. That is...

Another way to fix #56 Unlike #146 , this implementation does not call the constructor function each time entries added or removed, but try to only manipulate the pipeline. The...