From 39647bc11798a4ee500a4aea403d41128a4446df Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:59:54 -0700 Subject: [PATCH] Mention tsserverlibrary change --- API-Breaking-Changes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/API-Breaking-Changes.md b/API-Breaking-Changes.md index 8639d09..fc2cb53 100644 --- a/API-Breaking-Changes.md +++ b/API-Breaking-Changes.md @@ -1,3 +1,6 @@ +# TypeScript 5.3 + +- The `tsserverlibrary.js` entrypoint is now a thin wrapper around the normal `typescript.js` entrypoint. It's recommended to switch to the latter where possible. If you were relying on being able to load `tsserverlibrary.js` in a non-CJS context (e.g., as a browser global), `tsserverlibrary.js` will throw, as it's unable to generically load another script into the page; you should switch to using `typescript.js`. # TypeScript 5.1