Maxie

Results 6 issues of Maxie

Project should be rewritten in TypeScript to be more self explanation.

enhancement

At this moment union types are omitted because they show "alternative" versions of types, which aren't *pipeline-like-code* friendly. Maybe **Entry** can could have version marker and each possible version will...

bug

Project should have tests and advanced usage scenarios.

enhancement

Project ironically should be rewritten in TypeScript. CLI users will still dont have any type checking but module-version users will have great helper.

enhancement

Is there any reason for there to be an `example` function in the code? From my observations, the code for this function is incorrect and ends up with a build...

### Describe the bug I'm just setting `rollupTypes` value to `true`, like: ```ts dtsPlugin({ rollupTypes: true, }), ``` But it's enough to have issues in case of my code. ```sh...

need more info