TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.
MIT License
1.95k stars 240 forks source link

feat: drop support for Vue.js #801

Closed piotr-oles closed 1 year ago

piotr-oles commented 1 year ago

This PR drops support for Vue.js in the plugin. For the last few years, support for Vue.js has been broken, and the implementation of Vue.js support was a hacky work-around. Unfortunately, TypeScript doesn't expose an API to do that properly, and while I created a feature proposal API on the TypeScript repository, the TypeScript team has other priorities. As I won't have time to support this feature and am receiving justified bug reports, I believe it's better to make it clear that Vue.js is not supported by the plugin instead of pretending that it is.

BREAKING CHANGE: 🧨 Drop support for Vue.js

Closes: #783, #778, #772, #765, #668

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 8.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: