Commit 9411e71
committed
Make cross-module visibility issues errors
Change diagnostic severity from Warning to Error for visibility violations in Analyzer: using a type defined in a higher-numbered module and extending a base class from a higher-numbered module. Updates the two diagnostic pushes in server/src/analysis/project/graph.ts so these cross-module access problems are treated as errors.1 parent e0cc6b5 commit 9411e71
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6261 | 6261 | | |
6262 | 6262 | | |
6263 | 6263 | | |
6264 | | - | |
| 6264 | + | |
6265 | 6265 | | |
6266 | 6266 | | |
6267 | 6267 | | |
| |||
6291 | 6291 | | |
6292 | 6292 | | |
6293 | 6293 | | |
6294 | | - | |
| 6294 | + | |
6295 | 6295 | | |
6296 | 6296 | | |
6297 | 6297 | | |
| |||
0 commit comments