Use typescript.js as source for typescriptServices

This commit is contained in:
Jake Bailey 2022-09-29 15:08:53 -07:00
parent 22698f2c1b
commit d63c89d832
4 changed files with 6 additions and 14 deletions

View file

@ -163529,6 +163529,7 @@ var ts;
// MONACOCHANGE
// Defining the entire module name because r.js has an issue and cannot bundle this file
// correctly with an anonymous define call

View file

@ -7594,6 +7594,4 @@ declare namespace ts {
const isIdentifierOrPrivateIdentifier: (node: Node) => node is MemberName;
}
// MONACOCHANGE
export = ts;
// END MONACOCHANGE
export = ts;

View file

@ -163529,6 +163529,7 @@ var ts;
// MONACOCHANGE
export var createClassifier = ts.createClassifier;
export var createLanguageService = ts.createLanguageService;