pepper-nice

Results 2 comments of pepper-nice

类型 `Transform` 和 `CreateTransform` 之前在 `./scales/Continuous.ts` 文件中导出。由于 `./utils/intepolatize.ts` 需要使用到,把这两个移入到了 `types.ts` 文件。所以其他文件有一些 import 的变动。

~~有一个问题:scale 的方法继承自基类。如果直接这么修改方法,应该是基类方法被修改。这不行吧?~~ 试了下,好像不会,当我没说 🤭。没有直接修改 prototype 的方法,应该就没问题。