Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions analysis/type-aware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,24 @@ fallow dead-code --type-aware \
--format json --quiet
```

## Svelte virtual-module exports

Svelte language tooling creates virtual TypeScript modules for `.svelte`
files. TypeScript-Go does not yet expose the plugin integration needed for
fallow to construct the same virtual modules. Default component imports and
named exports backed by checker-visible declarations remain supported.

When a selected project uses a named import, named re-export, or wildcard
re-export whose `.svelte` target cannot be resolved, fallow abstains with
`svelte-virtual-module-exports`. The project and affected semantic queries are
reported as `unavailable`. Best-effort mode keeps the syntactic result as
advisory evidence, while `--type-aware-require complete` fails the run.

Run `svelte-check` for authoritative Svelte and TypeScript diagnostics. Do not
rewrite valid component exports just to satisfy fallow. Keep the Svelte project
configuration intact and use the omission reason until TypeScript-Go provides
a supported virtual-module host integration.

## Persistent configuration

Keep the feature opt-in per repository:
Expand Down
24 changes: 12 additions & 12 deletions public-content-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"visibility": "public-only"
},
"content": {
"sha256": "ca8f96d4f98c8a9c90a89ae60a1e2b13abd493d00c0f2c46d7d129996179b173",
"sha256": "886f9a654f25a0506fef91158591b5dd125bc8409551a1ac71e47bd88388420c",
"files": [
{
"path": ".mintignore",
Expand Down Expand Up @@ -37,7 +37,7 @@
{
"path": "analysis/dead-code.mdx",
"bytes": 23355,
"sha256": "78f61c4dc0b991807b8a95517904c2cd4455b7e4ea7dd819b57348800f0f63f6"
"sha256": "5633a21dc38516fbbb87813ccf29c4881daa6a9ef34c8796b6d160362cac0c54"
},
{
"path": "analysis/debugging.mdx",
Expand Down Expand Up @@ -76,13 +76,13 @@
},
{
"path": "analysis/type-aware.mdx",
"bytes": 4616,
"sha256": "ca74ae15965b1db36c4d97cbd8f57754b7d5d7ff4a766e73230753a3d39f7cf4"
"bytes": 5603,
"sha256": "6184059d782b71ae93b018ea6bc0b592283249cedd6fff7e90ad72ecade0c4f7"
},
{
"path": "cli/audit.mdx",
"bytes": 31147,
"sha256": "dba98d84bc63b11053b3571990a888507c2325c2ab2643bed5eca6447e01b539"
"bytes": 38660,
"sha256": "c41c0d3b8c897eedad4217b8c68b3f0c5f8c74f32d9ce4e7f86920fddb10ebbc"
},
{
"path": "cli/config.mdx",
Expand Down Expand Up @@ -122,7 +122,7 @@
{
"path": "cli/flags.mdx",
"bytes": 9074,
"sha256": "952306f7a722e72402f0aea93ca1d0e93ad84d3d12fe4ec991ab81dd3cd160d1"
"sha256": "de169fbfcf505e7df87bb8e0fe81dc226f69402d81e44eca82e4ad7cd74ceac6"
},
{
"path": "cli/global-flags.mdx",
Expand All @@ -132,7 +132,7 @@
{
"path": "cli/health.mdx",
"bytes": 75731,
"sha256": "4f24f98739a095640990b053a8f0f01108df3215bb7cab27be0e202f4dcbf726"
"sha256": "307dfbcaca0b365dd7793fb2a2a26ffaf650a5c2964eabe28c2924e0a46c0ea3"
},
{
"path": "cli/impact.mdx",
Expand Down Expand Up @@ -192,7 +192,7 @@
{
"path": "cli/security.mdx",
"bytes": 25348,
"sha256": "5fd56fa62bae96f5256ca69d9ba3715b03837bdb9ec34b2b219b8790121efe09"
"sha256": "4e2bd7fcf1e4d30330af45e0ea34d986a0ab65261e9cf8d48f21abf7ab45bd39"
},
{
"path": "cli/suppressions.mdx",
Expand Down Expand Up @@ -231,8 +231,8 @@
},
{
"path": "configuration/environment.mdx",
"bytes": 18639,
"sha256": "b12614bbb00c3fe7f49e1d3fe545ce50ea2290517a8ac698cf624b97eb7515da"
"bytes": 18925,
"sha256": "11059019bac5055cdfecb0cb663193af42b0791a5b2364b82076a30bd16a05da"
},
{
"path": "configuration/overview.mdx",
Expand Down Expand Up @@ -392,7 +392,7 @@
{
"path": "integrations/mcp.mdx",
"bytes": 43327,
"sha256": "8bba8ddaed7dec534a8c4cd1130a8b38319b2d43d89eff23e504f73ee832c113"
"sha256": "fa0c77202c9853f6a53726f3720cbc5b840c77702e5be2891bcae11a6cdfbf00"
},
{
"path": "integrations/neovim.mdx",
Expand Down