Fix output selection issues for Foundry (#386)

### Description 

Fixes output selection issues for `Foundry` usage. 

- pruning to look at per file settings
- source to include `ast`


### Note 

`Selection.files` field is reintroduced because that's the way `foundry`
functions. it uses per-file output selection

---------

Co-authored-by: xermicus <cyrill@parity.io>
This commit is contained in:
Pavlo Khrystenko
2025-10-08 12:48:41 +02:00
committed by GitHub
parent 7346d82dfa
commit 93c6387dae
3 changed files with 94 additions and 24 deletions
+3
View File
@@ -2,6 +2,9 @@
## Unreleased
### Changed
- `standard_json.output_selection` to also look at per file settings.
This is a development pre-release.
Supported `polkadot-sdk` rev: `2503.0.1`