mkdist icon indicating copy to clipboard operation
mkdist copied to clipboard

Lightweight file-to-file transpiler.

Results 38 mkdist issues
Sort by recently updated
recently updated
newest added

### Environment | Name | Version | | :----------------- | :------------ | | `mkdist --version` | **1.5.0** | | `node --version` | **v22.0.0** | | `npm --version` | **10.5.1** |...

### 🔗 Linked issue #216 The option cleanDist was never added to args of citty ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme,...

### Describe the feature Currently, `` is being completely bypassed, as of #15. However, bypassing should only be needed when using type-only macros, e.g. `defineProps()`(_not `defineProps({ foo: Number })`_). So,...

Maintaining mkdist seperated from [unbuild](https://github.com/unjs/unbuild) only makes sense if mkdist is commonly used separated or it increases testability or maintainability. I think for next steps, it makes sense to merge...

resolves https://github.com/nuxt/module-builder/issues/400 Might be worth more discussion about whether this is desired, or a breaking change. (Nevertheless it should be possible to override by using an array pattern syntax to...

Refactor the vue loader with vue/compiler-sfc. Resolve #209 #249 #243 #14 #15 Close #210 Some break changes: - Since there is no effective way to confirm the position of blocks,...

(source: reported by @benjamincanac / reproduced on https://github.com/nuxt/ui/tree/847ee4591abee63cc503bf32d62341d16be6ebc5 `dist/runtimes/types/index.ts` after build) --- https://github.com/unjs/mkdist/pull/243 introduced a regression in 1.5.7+ with `addRelativeDeclarationExtensions` option since it assumes all source file **will** emit a...

bug

### Environment os: Ubuntu 22.04 node: v20.17.0 vue: 3.4.37 unbuild: 2.0.0 ### Reproduction [git](https://github.com/InfernalAzazel/k-naiveui-pro.git) [docs](https://infernalazazel.github.io/k-naiveui-pro/) ### Describe the bug 1. The packaged Vue3 component props. ts cannot call the props....

bug