main
Add note on traversal order for bound nodes (#80872)
Spelling fixes
Add docs on editorconfig external file support (#25008)
Update Incremental Parser.md
Clarify guidelines in Parser.md (#56987)
Regularize how we handle "impossible" conditions in internal APIs. In a switch's default clause that is unexpected, for example, we should throw ExceptionUtilities.UnexpectedValue(value); Long ago this was a standard but we've drifted from it. Closes #3495
Update Red-Green Trees.md
Add documentation for Sequence Points design (#80943)
Add additional information when we throw an 'unreachable' exception
Document cache contents as a trusted compilation input (#84114)