highlightjs / highlightjs/vue-plugin
TS1444: 'Plugin' is a type
Open
- Dominant language
- TypeScript
- Stars
- 241
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
scr/vue.js
```TypeScript
1: import { ref, h, computed, defineComponent, Plugin, watch } from 'vue'
```
The first line in this file to import the type 'plugin' should be marked with 'type'. Currently, when packaging with TS, an error is printed in the console and the packaging process is interrupted.
Contributor guide
Assessment
This issue has not been assessed yet.