ZOU Bin

Results 7 comments of ZOU Bin

p.s. It was executed under directory `example/api/`

+1 > This worked in v7 because it used require, which tries to resolve the module with previously defined requires from other bundles. By the way, what's the problem with...

> 确实有效,改了之后会把 `type: Object` 的情况从 `Record` 限制到具体类型,跑了一下有用例会挂,是个 breaking change,得稍微慎重一点 > > 还有个小问题是 `bool: { type: Boolean, value: true }` 会推导出 `this.data.b: true`,应该是有些太严格了,不过字面量的几个类型可以通过 `T['type']` 来特殊处理掉 true 这个问题,是TS专门针对这个类型进行了处理,会将true/false推断成常量类型,而不是boolean,其它情况应该是OK的,所以可以稍作修改来绕过去 ```ts type FullPropertyToData =...

> 确实有效,改了之后会把 `type: Object` 的情况从 `Record` 限制到具体类型,跑了一下有用例会挂,是个 breaking change,得稍微慎重一点 看了一下 breaking changes: test/component.test.ts:181:6 ✖ 181:6 Parameter type any[] is not identical to argument type number[]. ✖ 221:6 Parameter type any[]...

[Here](https://github.com/reducejs/watchify2#creating-multiple-bundles) is an example to show the case where multiple bundles are created.

@konsumer You can use the latest release (v0.3.0) the same way with sassify.

> Is this something we can display at the end (just the count, or optionally the titles)? Yes, that would be nice! We can add a line showing the count...