RepoJournal
Vue.js

@vuejs

Vue + the surrounding frontend ecosystem

Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

ESLINT-PLUGIN-VUE CUTS TYPE CHECKING OVERHEAD WITH SMARTER INFERENCE

By RepoJournal · Filed · About Vue.js

1 person shipped this

eslint-plugin-vue just ditched unnecessary type-aware parser services by switching to runtime type inference that handles TypeScript syntax without the performance tax.

The plugin's type handling got leaner in a targeted refactor [1] that extracts the `getNameParamNode` helper and replaces `inferRuntimeTypeFromTypeNode` with `inferRuntimeType`, cutting through common TypeScript patterns without demanding the full type-aware parser. This mirrors the approach already proven in the `no-boolean-default` rule, now applied consistently across the codebase [1]. The change also introduces `skipTSAsExpression` handling to better catch edge cases [1]. If you maintain rules that inspect type annotations or default values, this lands in your next plugin release and silently improves linting speed on TypeScript codebases.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] refactor: extract `getNameParamNode` and improve type handling ↗ vuejs/eslint-plugin-vue

Quick answers

What shipped in Vue.js on July 27, 2026?
eslint-plugin-vue just ditched unnecessary type-aware parser services by switching to runtime type inference that handles TypeScript syntax without the performance tax. In total, 1 commits and 1 pull requests landed.
Who contributed to Vue.js on July 27, 2026?
1 developer shipped this update, including waynzh.
What were the notable Vue.js updates?
refactor: extract `getNameParamNode` and improve type handling.

More from @vuejs

Daily updates, in your inbox

Follow Vue.js

Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.