typescript 5.3.1-rc → 5.4.0-dev.20231104

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.
@@ -4132,7 +4132,7 @@ declare namespace ts {
4132
4132
  responseRequired?: boolean;
4133
4133
  }
4134
4134
  }
4135
- const versionMajorMinor = "5.3";
4135
+ const versionMajorMinor = "5.4";
4136
4136
  /** The version of the TypeScript compiler release */
4137
4137
  const version: string;
4138
4138
  /**