Zhongliang Wang

Results 23 comments of Zhongliang Wang

or to simplify the problem and API, we can just return metadata in `ArrayType` callback. as the element type has its own plugin to run.

i think so, as for `iterate` and `example`, i wouldn't expect to use them like this.

we can print out a warning message actually

to check if 2 plugins apply to the same time. For example, `iterate` and `example` both apply to `StringType`, so not both can work. (consider non-composable case, in JSDoc syntax)

maybe we could use https://github.com/commitizen/cz-cli?

Sorry for the late reply. We could do this as long as there's no legal and licensing issue.

Thanks for the interest! Actually the documentation was "overhauled" a little bit already. (compared with https://github.com/Cryrivers/manta-style/pull/22/files) The goal here is have a clear feature / plugins introduction, quick start guide...

Waiting for JennieJi/lazy-jest#15

this was my first thought. but later i found somehow there might be external references in the config file. for example, you might need to `import` some modules from your...

external references as in you `import` some types from your projects. this is our common scenario as most of our types are in our project. so TypeScript actually supports in-memory...