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

https://github.com/johnsoncodehk/volar/tree/master/packages/vue-tsc

Ref: #17 #19 We shall use [mlly](https://github.com/unjs/mlly#findexports) `findImport`, `findExports` for more stable syntax detection.

I have a directory: ``` project └── src └── map.vue ``` map.vue: ```vue {{count}} export default { data() { return { count: 0 }; }, method: { onClick() { this.count...

Currently `import foo from '../bar'` is not resolved. Context #7

Warn if CommonJS syntax detected to use `ext: js` or `format: cjs` - `require` - `__filename` / `__dirname` - `module.*` - `exports.*` TODO: Upgrade syntax when possible

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-c8](https://togithub.com/vitest-dev/vitest) | [`^0.24.1` -> `^0.24.3`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-c8/0.24.1/0.24.3) | [![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vue-tsc](https://togithub.com/vuejs/language-tools) ([source](https://togithub.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | [`^1.8.27` -> `^2.0.7`](https://renovatebot.com/diffs/npm/vue-tsc/1.8.27/2.0.7) |...

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...

### 🔗 Linked issue None ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a...

### Describe the feature It will be nice to support `tsconfig` paths, or at least allow for aliasing, so it can be done manually. ### Additional information - [ ]...