svelte-check-bug Svelte Themes

Svelte Check Bug

svelte-check tsgo repro

Minimal repro for https://github.com/sveltejs/language-tools/issues/2952.

Setup

  1. npm install
  2. npm run check

Expected

svelte-check reports a noImplicitAny error on the value parameter in src/App.svelte line 24 when running with --tsgo:

  • Parameter 'value' implicitly has an 'any' type.

Control

npm run check:baseline (without --tsgo) should not report the error.

Top categories

Loading Svelte Themes