Version
2.6.10
Reproduction link
https://github.com/vuejs/vue
Steps to reproduce
npm run lint
vue@2.6.10 lint /mnt/c/vue
> eslint src scripts test
/mnt/c/vue/src/core/util/env.js
97:15 error Parsing error: Export 'SimpleSet' is not defined
95 |
96 | export { _Set }
> 97 | export type { SimpleSet }
| ^
98 |
✖ 1 problem (1 error, 0 warnings)
What is expected?
Test suite run successfully
What is actually happening?
Test suite doesn't even run because eslint has parse error