typescript 5.5.0-dev.20240404 → 5.5.0-dev.20240405

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7985,7 +7985,6 @@ declare namespace ts {
7985
7985
  }
7986
7986
  interface SyntaxList extends Node {
7987
7987
  kind: SyntaxKind.SyntaxList;
7988
- _children: Node[];
7989
7988
  }
7990
7989
  enum ListFormat {
7991
7990
  None = 0,