SIGN IN SIGN UP

Improve compiler lint and error classification (#208)

* Warn on non-null assertions

- Surface non-null assertions during linting without making them blocking.

- Preserve existing assertion sites for opportunistic cleanup.

* Classify internal compiler errors

- Export InternalCompilerError and migrate compiler invariant throws without changing messages.

- Rename the native cache test to match cc.ts and update test scheduling references.

- Document test placement by unit, package integration, and cross-package scope.

* Fix internal compiler error classification
C
Chris Tate committed
f5f04a5f4976e54744e010749255c54134c0aa40
Parent: 97668de
Committed by GitHub <noreply@github.com> on 8/23/2026, 5:02:28 AM