@typescript-deploys/pr-build 5.0.0-pr-52818-5 → 5.0.0-pr-52836-9

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.
package/lib/typescript.js CHANGED
@@ -35,7 +35,7 @@ var ts = (() => {
35
35
  "src/compiler/corePublic.ts"() {
36
36
  "use strict";
37
37
  versionMajorMinor = "5.0";
38
- version = `${versionMajorMinor}.0-insiders.20230217`;
38
+ version = `${versionMajorMinor}.0-insiders.20230218`;
39
39
  Comparison = /* @__PURE__ */ ((Comparison3) => {
40
40
  Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
41
41
  Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
@@ -9616,18 +9616,18 @@ ${lanes.join("\n")}
9616
9616
  return true;
9617
9617
  }
9618
9618
  function createScanner(languageVersion, skipTrivia2, languageVariant = 0 /* Standard */, textInitial, onError, start, length2) {
9619
- let text = textInitial;
9620
- let pos;
9621
- let end;
9622
- let startPos;
9623
- let tokenPos;
9624
- let token;
9625
- let tokenValue;
9626
- let tokenFlags;
9627
- let commentDirectives;
9628
- let inJSDocType = 0;
9619
+ var text = textInitial;
9620
+ var pos;
9621
+ var end;
9622
+ var startPos;
9623
+ var tokenPos;
9624
+ var token;
9625
+ var tokenValue;
9626
+ var tokenFlags;
9627
+ var commentDirectives;
9628
+ var inJSDocType = 0;
9629
9629
  setText(text, start, length2);
9630
- const scanner2 = {
9630
+ var scanner2 = {
9631
9631
  getStartPos: () => startPos,
9632
9632
  getTextPos: () => pos,
9633
9633
  getToken: () => token,
@@ -28464,22 +28464,22 @@ ${lanes.join("\n")}
28464
28464
  [356 /* PartiallyEmittedExpression */]: forEachChildInPartiallyEmittedExpression
28465
28465
  };
28466
28466
  ((Parser2) => {
28467
- const scanner2 = createScanner(
28467
+ var scanner2 = createScanner(
28468
28468
  99 /* Latest */,
28469
28469
  /*skipTrivia*/
28470
28470
  true
28471
28471
  );
28472
- const disallowInAndDecoratorContext = 4096 /* DisallowInContext */ | 16384 /* DecoratorContext */;
28473
- let NodeConstructor2;
28474
- let TokenConstructor2;
28475
- let IdentifierConstructor2;
28476
- let PrivateIdentifierConstructor2;
28477
- let SourceFileConstructor2;
28472
+ var disallowInAndDecoratorContext = 4096 /* DisallowInContext */ | 16384 /* DecoratorContext */;
28473
+ var NodeConstructor2;
28474
+ var TokenConstructor2;
28475
+ var IdentifierConstructor2;
28476
+ var PrivateIdentifierConstructor2;
28477
+ var SourceFileConstructor2;
28478
28478
  function countNode(node) {
28479
28479
  nodeCount++;
28480
28480
  return node;
28481
28481
  }
28482
- const baseNodeFactory = {
28482
+ var baseNodeFactory = {
28483
28483
  createBaseSourceFileNode: (kind) => countNode(new SourceFileConstructor2(
28484
28484
  kind,
28485
28485
  /*pos*/
@@ -28516,25 +28516,25 @@ ${lanes.join("\n")}
28516
28516
  0
28517
28517
  ))
28518
28518
  };
28519
- const factory2 = createNodeFactory(1 /* NoParenthesizerRules */ | 2 /* NoNodeConverters */ | 8 /* NoOriginalNode */, baseNodeFactory);
28520
- let fileName;
28521
- let sourceFlags;
28522
- let sourceText;
28523
- let languageVersion;
28524
- let scriptKind;
28525
- let languageVariant;
28526
- let parseDiagnostics;
28527
- let jsDocDiagnostics;
28528
- let syntaxCursor;
28529
- let currentToken;
28530
- let nodeCount;
28531
- let identifiers;
28532
- let identifierCount;
28533
- let parsingContext;
28534
- let notParenthesizedArrow;
28535
- let contextFlags;
28536
- let topLevel = true;
28537
- let parseErrorBeforeNextFinishedNode = false;
28519
+ var factory2 = createNodeFactory(1 /* NoParenthesizerRules */ | 2 /* NoNodeConverters */ | 8 /* NoOriginalNode */, baseNodeFactory);
28520
+ var fileName;
28521
+ var sourceFlags;
28522
+ var sourceText;
28523
+ var languageVersion;
28524
+ var scriptKind;
28525
+ var languageVariant;
28526
+ var parseDiagnostics;
28527
+ var jsDocDiagnostics;
28528
+ var syntaxCursor;
28529
+ var currentToken;
28530
+ var nodeCount;
28531
+ var identifiers;
28532
+ var identifierCount;
28533
+ var parsingContext;
28534
+ var notParenthesizedArrow;
28535
+ var contextFlags;
28536
+ var topLevel = true;
28537
+ var parseErrorBeforeNextFinishedNode = false;
28538
28538
  function parseSourceFile(fileName2, sourceText2, languageVersion2, syntaxCursor2, setParentNodes = false, scriptKind2, setExternalModuleIndicatorOverride) {
28539
28539
  var _a2;
28540
28540
  scriptKind2 = ensureScriptKind(fileName2, scriptKind2);
@@ -49703,7 +49703,7 @@ ${lanes.join("\n")}
49703
49703
  return result;
49704
49704
  }
49705
49705
  function createAnonymousTypeNode(type2) {
49706
- var _a3;
49706
+ var _a3, _b2;
49707
49707
  const typeId = type2.id;
49708
49708
  const symbol = type2.symbol;
49709
49709
  if (symbol) {
@@ -49729,6 +49729,20 @@ ${lanes.join("\n")}
49729
49729
  return visitAndTransformType(type2, createTypeNodeFromObjectType);
49730
49730
  }
49731
49731
  } else {
49732
+ const isInstantiationExpressionType = !!(getObjectFlags(type2) & 8388608 /* InstantiationExpressionType */);
49733
+ if (isInstantiationExpressionType) {
49734
+ const instantiationExpressionType = type2;
49735
+ if (isTypeQueryNode(instantiationExpressionType.node)) {
49736
+ const typeNode = serializeExistingTypeNode(context, instantiationExpressionType.node);
49737
+ if (typeNode) {
49738
+ return typeNode;
49739
+ }
49740
+ }
49741
+ if ((_b2 = context.visitedTypes) == null ? void 0 : _b2.has(typeId)) {
49742
+ return createElidedInformationPlaceholder(context);
49743
+ }
49744
+ return visitAndTransformType(type2, createTypeNodeFromObjectType);
49745
+ }
49732
49746
  return createTypeNodeFromObjectType(type2);
49733
49747
  }
49734
49748
  function shouldWriteTypeOfFunctionSymbol() {
@@ -50237,7 +50251,7 @@ ${lanes.join("\n")}
50237
50251
  );
50238
50252
  }
50239
50253
  function signatureToSignatureDeclarationHelper(signature, kind, context, options) {
50240
- var _a2, _b, _c, _d;
50254
+ var _a2, _b, _c, _d, _e;
50241
50255
  const suppressAny = context.flags & 256 /* SuppressAnyReturnType */;
50242
50256
  if (suppressAny)
50243
50257
  context.flags &= ~256 /* SuppressAnyReturnType */;
@@ -50254,6 +50268,39 @@ ${lanes.join("\n")}
50254
50268
  /*skipUnionExpanding*/
50255
50269
  true
50256
50270
  )[0];
50271
+ let cleanup;
50272
+ if (context.enclosingDeclaration && signature.declaration && signature.declaration !== context.enclosingDeclaration && !isInJSFile(signature.declaration) && some(expandedParams)) {
50273
+ const existingFakeScope = getNodeLinks(context.enclosingDeclaration).fakeScopeForSignatureDeclaration ? context.enclosingDeclaration : void 0;
50274
+ Debug.assertOptionalNode(existingFakeScope, isBlock);
50275
+ const locals = (_a2 = existingFakeScope == null ? void 0 : existingFakeScope.locals) != null ? _a2 : createSymbolTable();
50276
+ let newLocals;
50277
+ for (const param of expandedParams) {
50278
+ if (!locals.has(param.escapedName)) {
50279
+ newLocals = append(newLocals, param.escapedName);
50280
+ locals.set(param.escapedName, param);
50281
+ }
50282
+ }
50283
+ if (newLocals) {
50284
+ let removeNewLocals2 = function() {
50285
+ forEach(newLocals, (s) => locals.delete(s));
50286
+ };
50287
+ var removeNewLocals = removeNewLocals2;
50288
+ if (existingFakeScope) {
50289
+ cleanup = removeNewLocals2;
50290
+ } else {
50291
+ const fakeScope = parseNodeFactory.createBlock(emptyArray);
50292
+ getNodeLinks(fakeScope).fakeScopeForSignatureDeclaration = true;
50293
+ fakeScope.locals = locals;
50294
+ const saveEnclosingDeclaration = context.enclosingDeclaration;
50295
+ setParent(fakeScope, saveEnclosingDeclaration);
50296
+ context.enclosingDeclaration = fakeScope;
50297
+ cleanup = () => {
50298
+ context.enclosingDeclaration = saveEnclosingDeclaration;
50299
+ removeNewLocals2();
50300
+ };
50301
+ }
50302
+ }
50303
+ }
50257
50304
  const parameters = (some(expandedParams, (p) => p !== expandedParams[expandedParams.length - 1] && !!(getCheckFlags(p) & 32768 /* RestParameter */)) ? signature.parameters : expandedParams).map((parameter) => symbolToParameterDeclaration(parameter, context, kind === 173 /* Constructor */, options == null ? void 0 : options.privateSymbolVisitor, options == null ? void 0 : options.bundledImports));
50258
50305
  const thisParameter = context.flags & 33554432 /* OmitThisParameter */ ? void 0 : tryGetThisParameterDeclaration(signature, context);
50259
50306
  if (thisParameter) {
@@ -50279,11 +50326,11 @@ ${lanes.join("\n")}
50279
50326
  const flags = modifiersToFlags(modifiers);
50280
50327
  modifiers = factory.createModifiersFromModifierFlags(flags | 256 /* Abstract */);
50281
50328
  }
50282
- const node = kind === 176 /* CallSignature */ ? factory.createCallSignature(typeParameters, parameters, returnTypeNode) : kind === 177 /* ConstructSignature */ ? factory.createConstructSignature(typeParameters, parameters, returnTypeNode) : kind === 170 /* MethodSignature */ ? factory.createMethodSignature(modifiers, (_a2 = options == null ? void 0 : options.name) != null ? _a2 : factory.createIdentifier(""), options == null ? void 0 : options.questionToken, typeParameters, parameters, returnTypeNode) : kind === 171 /* MethodDeclaration */ ? factory.createMethodDeclaration(
50329
+ const node = kind === 176 /* CallSignature */ ? factory.createCallSignature(typeParameters, parameters, returnTypeNode) : kind === 177 /* ConstructSignature */ ? factory.createConstructSignature(typeParameters, parameters, returnTypeNode) : kind === 170 /* MethodSignature */ ? factory.createMethodSignature(modifiers, (_b = options == null ? void 0 : options.name) != null ? _b : factory.createIdentifier(""), options == null ? void 0 : options.questionToken, typeParameters, parameters, returnTypeNode) : kind === 171 /* MethodDeclaration */ ? factory.createMethodDeclaration(
50283
50330
  modifiers,
50284
50331
  /*asteriskToken*/
50285
50332
  void 0,
50286
- (_b = options == null ? void 0 : options.name) != null ? _b : factory.createIdentifier(""),
50333
+ (_c = options == null ? void 0 : options.name) != null ? _c : factory.createIdentifier(""),
50287
50334
  /*questionToken*/
50288
50335
  void 0,
50289
50336
  typeParameters,
@@ -50298,14 +50345,14 @@ ${lanes.join("\n")}
50298
50345
  void 0
50299
50346
  ) : kind === 174 /* GetAccessor */ ? factory.createGetAccessorDeclaration(
50300
50347
  modifiers,
50301
- (_c = options == null ? void 0 : options.name) != null ? _c : factory.createIdentifier(""),
50348
+ (_d = options == null ? void 0 : options.name) != null ? _d : factory.createIdentifier(""),
50302
50349
  parameters,
50303
50350
  returnTypeNode,
50304
50351
  /*body*/
50305
50352
  void 0
50306
50353
  ) : kind === 175 /* SetAccessor */ ? factory.createSetAccessorDeclaration(
50307
50354
  modifiers,
50308
- (_d = options == null ? void 0 : options.name) != null ? _d : factory.createIdentifier(""),
50355
+ (_e = options == null ? void 0 : options.name) != null ? _e : factory.createIdentifier(""),
50309
50356
  parameters,
50310
50357
  /*body*/
50311
50358
  void 0
@@ -50340,6 +50387,7 @@ ${lanes.join("\n")}
50340
50387
  if (typeArguments) {
50341
50388
  node.typeArguments = factory.createNodeArray(typeArguments);
50342
50389
  }
50390
+ cleanup == null ? void 0 : cleanup();
50343
50391
  return node;
50344
50392
  }
50345
50393
  function tryGetThisParameterDeclaration(signature, context) {
@@ -50954,9 +51002,12 @@ ${lanes.join("\n")}
50954
51002
  function existingTypeNodeIsNotReferenceOrIsReferenceWithCompatibleTypeArgumentCount(existing, type) {
50955
51003
  return !(getObjectFlags(type) & 4 /* Reference */) || !isTypeReferenceNode(existing) || length(existing.typeArguments) >= getMinTypeArgumentCount(type.target.typeParameters);
50956
51004
  }
51005
+ function getEnclosingDeclarationIgnoringFakeScope(enclosingDeclaration) {
51006
+ return getNodeLinks(enclosingDeclaration).fakeScopeForSignatureDeclaration ? enclosingDeclaration.parent : enclosingDeclaration;
51007
+ }
50957
51008
  function serializeTypeForDeclaration(context, type, symbol, enclosingDeclaration, includePrivateSymbol, bundled) {
50958
51009
  if (!isErrorType(type) && enclosingDeclaration) {
50959
- const declWithExistingAnnotation = getDeclarationWithTypeAnnotation(symbol, enclosingDeclaration);
51010
+ const declWithExistingAnnotation = getDeclarationWithTypeAnnotation(symbol, getEnclosingDeclarationIgnoringFakeScope(enclosingDeclaration));
50960
51011
  if (declWithExistingAnnotation && !isFunctionLikeDeclaration(declWithExistingAnnotation) && !isGetAccessorDeclaration(declWithExistingAnnotation)) {
50961
51012
  const existing = getEffectiveTypeAnnotationNode(declWithExistingAnnotation);
50962
51013
  if (typeNodeIsEquivalentToType(existing, declWithExistingAnnotation, type) && existingTypeNodeIsNotReferenceOrIsReferenceWithCompatibleTypeArgumentCount(existing, type)) {
@@ -50988,7 +51039,8 @@ ${lanes.join("\n")}
50988
51039
  function serializeReturnTypeForSignature(context, type, signature, includePrivateSymbol, bundled) {
50989
51040
  if (!isErrorType(type) && context.enclosingDeclaration) {
50990
51041
  const annotation = signature.declaration && getEffectiveReturnTypeNode(signature.declaration);
50991
- if (!!findAncestor(annotation, (n) => n === context.enclosingDeclaration) && annotation) {
51042
+ const enclosingDeclarationIgnoringFakeScope = getEnclosingDeclarationIgnoringFakeScope(context.enclosingDeclaration);
51043
+ if (!!findAncestor(annotation, (n) => n === enclosingDeclarationIgnoringFakeScope) && annotation) {
50992
51044
  const annotated = getTypeFromTypeNode(annotation);
50993
51045
  const thisInstantiated = annotated.flags & 262144 /* TypeParameter */ && annotated.isThisType ? instantiateType(annotated, signature.mapper) : annotated;
50994
51046
  if (thisInstantiated === type && existingTypeNodeIsNotReferenceOrIsReferenceWithCompatibleTypeArgumentCount(annotation, type)) {
@@ -58750,31 +58802,21 @@ ${lanes.join("\n")}
58750
58802
  }
58751
58803
  return type;
58752
58804
  function addSpans(texts2, types2) {
58753
- const isTextsArray = isArray(texts2);
58754
58805
  for (let i = 0; i < types2.length; i++) {
58755
58806
  const t = types2[i];
58756
- const addText = isTextsArray ? texts2[i + 1] : texts2;
58757
58807
  if (t.flags & (2944 /* Literal */ | 65536 /* Null */ | 32768 /* Undefined */)) {
58758
58808
  text += getTemplateStringForType(t) || "";
58759
- text += addText;
58760
- if (!isTextsArray)
58761
- return true;
58809
+ text += texts2[i + 1];
58762
58810
  } else if (t.flags & 134217728 /* TemplateLiteral */) {
58763
58811
  text += t.texts[0];
58764
58812
  if (!addSpans(t.texts, t.types))
58765
58813
  return false;
58766
- text += addText;
58767
- if (!isTextsArray)
58768
- return true;
58769
- } else if (isGenericIndexType(t) || isPatternLiteralPlaceholderType(t)) {
58814
+ text += texts2[i + 1];
58815
+ } else if (isGenericIndexType(t) || isPatternLiteralPlaceholderType(t) || t.flags & 2097152 /* Intersection */) {
58770
58816
  newTypes.push(t);
58771
58817
  newTexts.push(text);
58772
- text = addText;
58773
- } else if (t.flags & 2097152 /* Intersection */) {
58774
- const added = addSpans(texts2[i + 1], t.types);
58775
- if (!added)
58776
- return false;
58777
- } else if (isTextsArray) {
58818
+ text = texts2[i + 1];
58819
+ } else {
58778
58820
  return false;
58779
58821
  }
58780
58822
  }
@@ -80233,20 +80275,19 @@ ${lanes.join("\n")}
80233
80275
  }
80234
80276
  }
80235
80277
  }
80236
- function getMemberOverrideModifierStatus(node, member) {
80278
+ function getMemberOverrideModifierStatus(node, member, memberSymbol) {
80237
80279
  if (!member.name) {
80238
80280
  return 0 /* Ok */;
80239
80281
  }
80240
- const symbol = getSymbolOfDeclaration(node);
80241
- const type = getDeclaredTypeOfSymbol(symbol);
80282
+ const classSymbol = getSymbolOfDeclaration(node);
80283
+ const type = getDeclaredTypeOfSymbol(classSymbol);
80242
80284
  const typeWithThis = getTypeWithThisArgument(type);
80243
- const staticType = getTypeOfSymbol(symbol);
80285
+ const staticType = getTypeOfSymbol(classSymbol);
80244
80286
  const baseTypeNode = getEffectiveBaseTypeNode(node);
80245
80287
  const baseTypes = baseTypeNode && getBaseTypes(type);
80246
80288
  const baseWithThis = (baseTypes == null ? void 0 : baseTypes.length) ? getTypeWithThisArgument(first(baseTypes), type.thisType) : void 0;
80247
80289
  const baseStaticType = getBaseConstructorTypeOfClass(type);
80248
80290
  const memberHasOverrideModifier = member.parent ? hasOverrideModifier(member) : hasSyntacticModifier(member, 16384 /* Override */);
80249
- const memberName = unescapeLeadingUnderscores(getTextOfPropertyName(member.name));
80250
80291
  return checkMemberForOverrideModifier(
80251
80292
  node,
80252
80293
  staticType,
@@ -80259,7 +80300,7 @@ ${lanes.join("\n")}
80259
80300
  isStatic(member),
80260
80301
  /* memberIsParameterProperty */
80261
80302
  false,
80262
- memberName
80303
+ symbolName(memberSymbol)
80263
80304
  );
80264
80305
  }
80265
80306
  function getTargetSymbol(s) {
@@ -147323,7 +147364,7 @@ ${lanes.join("\n")}
147323
147364
  return !!(origin && origin.kind === 32 /* ResolvedExport */);
147324
147365
  }
147325
147366
  function originIncludesSymbolName(origin) {
147326
- return originIsExport(origin) || originIsResolvedExport(origin);
147367
+ return originIsExport(origin) || originIsResolvedExport(origin) || originIsComputedPropertyName(origin);
147327
147368
  }
147328
147369
  function originIsPackageJsonImport(origin) {
147329
147370
  return (originIsExport(origin) || originIsResolvedExport(origin)) && !!origin.isFromPackageJson;
@@ -147343,6 +147384,9 @@ ${lanes.join("\n")}
147343
147384
  function originIsIgnore(origin) {
147344
147385
  return !!(origin && origin.kind & 256 /* Ignore */);
147345
147386
  }
147387
+ function originIsComputedPropertyName(origin) {
147388
+ return !!(origin && origin.kind & 512 /* ComputedPropertyName */);
147389
+ }
147346
147390
  function resolvingModuleSpecifiers(logPrefix, host, resolver, program, position, preferences, isForImportStatementCompletion, isValidTypeOnlyUseSite, cb) {
147347
147391
  var _a2, _b, _c;
147348
147392
  const start = timestamp();
@@ -148069,7 +148113,7 @@ ${lanes.join("\n")}
148069
148113
  if (isAbstract) {
148070
148114
  requiredModifiers |= 256 /* Abstract */;
148071
148115
  }
148072
- if (isClassElement(node) && checker.getMemberOverrideModifierStatus(classLikeDeclaration, node) === 1 /* NeedsOverride */) {
148116
+ if (isClassElement(node) && checker.getMemberOverrideModifierStatus(classLikeDeclaration, node, symbol) === 1 /* NeedsOverride */) {
148073
148117
  requiredModifiers |= 16384 /* Override */;
148074
148118
  }
148075
148119
  if (!completionNodes.length) {
@@ -148663,7 +148707,8 @@ ${lanes.join("\n")}
148663
148707
  case "symbol": {
148664
148708
  const { symbol, location, contextToken: contextToken2, origin, previousToken: previousToken2 } = symbolCompletion;
148665
148709
  const { codeActions, sourceDisplay } = getCompletionEntryCodeActionsAndSourceDisplay(name, location, contextToken2, origin, symbol, program, host, compilerOptions, sourceFile, position, previousToken2, formatContext, preferences, data, source, cancellationToken);
148666
- return createCompletionDetailsForSymbol(symbol, typeChecker, sourceFile, location, cancellationToken, codeActions, sourceDisplay);
148710
+ const symbolName2 = originIsComputedPropertyName(origin) ? origin.symbolName : symbol.name;
148711
+ return createCompletionDetailsForSymbol(symbol, symbolName2, typeChecker, sourceFile, location, cancellationToken, codeActions, sourceDisplay);
148667
148712
  }
148668
148713
  case "literal": {
148669
148714
  const { literal } = symbolCompletion;
@@ -148714,12 +148759,12 @@ ${lanes.join("\n")}
148714
148759
  function createSimpleDetails(name, kind, kind2) {
148715
148760
  return createCompletionDetails(name, "" /* none */, kind, [displayPart(name, kind2)]);
148716
148761
  }
148717
- function createCompletionDetailsForSymbol(symbol, checker, sourceFile, location, cancellationToken, codeActions, sourceDisplay) {
148762
+ function createCompletionDetailsForSymbol(symbol, name, checker, sourceFile, location, cancellationToken, codeActions, sourceDisplay) {
148718
148763
  const { displayParts, documentation, symbolKind, tags } = checker.runWithCancellationToken(
148719
148764
  cancellationToken,
148720
148765
  (checker2) => ts_SymbolDisplay_exports.getSymbolDisplayPartsDocumentationAndSymbolKind(checker2, symbol, sourceFile, location, location, 7 /* All */)
148721
148766
  );
148722
- return createCompletionDetails(symbol.name, ts_SymbolDisplay_exports.getSymbolModifiers(checker, symbol), symbolKind, displayParts, documentation, tags, codeActions, sourceDisplay);
148767
+ return createCompletionDetails(name, ts_SymbolDisplay_exports.getSymbolModifiers(checker, symbol), symbolKind, displayParts, documentation, tags, codeActions, sourceDisplay);
148723
148768
  }
148724
148769
  function createCompletionDetails(name, kindModifiers, kind, displayParts, documentation, tags, codeActions, source) {
148725
148770
  return { name, kindModifiers, kind, displayParts, documentation, tags, codeActions, source, sourceDisplay: source };
@@ -149817,6 +149862,16 @@ ${lanes.join("\n")}
149817
149862
  return classElementModifierFlags & 32 /* Static */ ? (type == null ? void 0 : type.symbol) && typeChecker.getPropertiesOfType(typeChecker.getTypeOfSymbolAtLocation(type.symbol, decl)) : type && typeChecker.getPropertiesOfType(type);
149818
149863
  });
149819
149864
  symbols = concatenate(symbols, filterClassMembersList(baseSymbols, decl.members, classElementModifierFlags));
149865
+ forEach(symbols, (symbol, index) => {
149866
+ const declaration = symbol == null ? void 0 : symbol.valueDeclaration;
149867
+ if (declaration && isClassElement(declaration) && declaration.name && isComputedPropertyName(declaration.name)) {
149868
+ const origin = {
149869
+ kind: 512 /* ComputedPropertyName */,
149870
+ symbolName: typeChecker.symbolToString(symbol)
149871
+ };
149872
+ symbolToOriginInfoMap[index] = origin;
149873
+ }
149874
+ });
149820
149875
  }
149821
149876
  return 1 /* Success */;
149822
149877
  }
@@ -150201,7 +150256,7 @@ ${lanes.join("\n")}
150201
150256
  }
150202
150257
  switch (kind) {
150203
150258
  case 3 /* MemberLike */:
150204
- return void 0;
150259
+ return originIsComputedPropertyName(origin) ? { name: origin.symbolName, needsConvertPropertyAccess: false } : void 0;
150205
150260
  case 0 /* ObjectPropertyDeclaration */:
150206
150261
  return { name: JSON.stringify(name), needsConvertPropertyAccess: false };
150207
150262
  case 2 /* PropertyAccess */:
@@ -150709,6 +150764,7 @@ ${lanes.join("\n")}
150709
150764
  SymbolOriginInfoKind2[SymbolOriginInfoKind2["TypeOnlyAlias"] = 64] = "TypeOnlyAlias";
150710
150765
  SymbolOriginInfoKind2[SymbolOriginInfoKind2["ObjectLiteralMethod"] = 128] = "ObjectLiteralMethod";
150711
150766
  SymbolOriginInfoKind2[SymbolOriginInfoKind2["Ignore"] = 256] = "Ignore";
150767
+ SymbolOriginInfoKind2[SymbolOriginInfoKind2["ComputedPropertyName"] = 512] = "ComputedPropertyName";
150712
150768
  SymbolOriginInfoKind2[SymbolOriginInfoKind2["SymbolMemberNoExport"] = 2 /* SymbolMember */] = "SymbolMemberNoExport";
150713
150769
  SymbolOriginInfoKind2[SymbolOriginInfoKind2["SymbolMemberExport"] = 6] = "SymbolMemberExport";
150714
150770
  return SymbolOriginInfoKind2;
@@ -150844,7 +150900,7 @@ ${lanes.join("\n")}
150844
150900
  }
150845
150901
  case 1 /* Properties */: {
150846
150902
  const match = find(completion.symbols, (s) => s.name === name);
150847
- return match && createCompletionDetailsForSymbol(match, checker, sourceFile, location, cancellationToken);
150903
+ return match && createCompletionDetailsForSymbol(match, match.name, checker, sourceFile, location, cancellationToken);
150848
150904
  }
150849
150905
  case 2 /* Types */:
150850
150906
  return find(completion.types, (t) => t.value === name) ? createCompletionDetails(name, "" /* none */, "string" /* string */, [textPart(name)]) : void 0;
@@ -165957,7 +166013,7 @@ ${options.prefix}` : "\n" : options.prefix
165957
166013
  }
165958
166014
  function processChildNode(child, inheritedIndentation, parent2, parentDynamicIndentation, parentStartLine, undecoratedParentStartLine, isListItem, isFirstListItem) {
165959
166015
  Debug.assert(!nodeIsSynthesized(child));
165960
- if (nodeIsMissing(child)) {
166016
+ if (nodeIsMissing(child) || isGrammarError(parent2, child)) {
165961
166017
  return inheritedIndentation;
165962
166018
  }
165963
166019
  const childStartPos = child.getStart(sourceFile);
@@ -166000,7 +166056,7 @@ ${options.prefix}` : "\n" : options.prefix
166000
166056
  }
166001
166057
  if (isToken(child)) {
166002
166058
  const tokenInfo = formattingScanner.readTokenInfo(child);
166003
- if (child.kind !== 11 /* JsxText */ && !isGrammarError(parent2, child)) {
166059
+ if (child.kind !== 11 /* JsxText */) {
166004
166060
  Debug.assert(tokenInfo.token.end === child.end, "Token end is child end");
166005
166061
  consumeTokenAndAdvanceScanner(tokenInfo, node, parentDynamicIndentation, child);
166006
166062
  return inheritedIndentation;
@@ -54,7 +54,7 @@ var path = __toESM(require("path"));
54
54
 
55
55
  // src/compiler/corePublic.ts
56
56
  var versionMajorMinor = "5.0";
57
- var version = `${versionMajorMinor}.0-insiders.20230217`;
57
+ var version = `${versionMajorMinor}.0-insiders.20230218`;
58
58
 
59
59
  // src/compiler/core.ts
60
60
  var emptyArray = [];
@@ -7812,18 +7812,18 @@ function isIdentifierText(name, languageVersion, identifierVariant) {
7812
7812
  return true;
7813
7813
  }
7814
7814
  function createScanner(languageVersion, skipTrivia2, languageVariant = 0 /* Standard */, textInitial, onError, start, length2) {
7815
- let text = textInitial;
7816
- let pos;
7817
- let end;
7818
- let startPos;
7819
- let tokenPos;
7820
- let token;
7821
- let tokenValue;
7822
- let tokenFlags;
7823
- let commentDirectives;
7824
- let inJSDocType = 0;
7815
+ var text = textInitial;
7816
+ var pos;
7817
+ var end;
7818
+ var startPos;
7819
+ var tokenPos;
7820
+ var token;
7821
+ var tokenValue;
7822
+ var tokenFlags;
7823
+ var commentDirectives;
7824
+ var inJSDocType = 0;
7825
7825
  setText(text, start, length2);
7826
- const scanner = {
7826
+ var scanner = {
7827
7827
  getStartPos: () => startPos,
7828
7828
  getTextPos: () => pos,
7829
7829
  getToken: () => token,
@@ -18852,22 +18852,22 @@ function isExternalModule(file) {
18852
18852
  }
18853
18853
  var Parser;
18854
18854
  ((Parser2) => {
18855
- const scanner = createScanner(
18855
+ var scanner = createScanner(
18856
18856
  99 /* Latest */,
18857
18857
  /*skipTrivia*/
18858
18858
  true
18859
18859
  );
18860
- const disallowInAndDecoratorContext = 4096 /* DisallowInContext */ | 16384 /* DecoratorContext */;
18861
- let NodeConstructor2;
18862
- let TokenConstructor2;
18863
- let IdentifierConstructor2;
18864
- let PrivateIdentifierConstructor2;
18865
- let SourceFileConstructor2;
18860
+ var disallowInAndDecoratorContext = 4096 /* DisallowInContext */ | 16384 /* DecoratorContext */;
18861
+ var NodeConstructor2;
18862
+ var TokenConstructor2;
18863
+ var IdentifierConstructor2;
18864
+ var PrivateIdentifierConstructor2;
18865
+ var SourceFileConstructor2;
18866
18866
  function countNode(node) {
18867
18867
  nodeCount++;
18868
18868
  return node;
18869
18869
  }
18870
- const baseNodeFactory = {
18870
+ var baseNodeFactory = {
18871
18871
  createBaseSourceFileNode: (kind) => countNode(new SourceFileConstructor2(
18872
18872
  kind,
18873
18873
  /*pos*/
@@ -18904,25 +18904,25 @@ var Parser;
18904
18904
  0
18905
18905
  ))
18906
18906
  };
18907
- const factory2 = createNodeFactory(1 /* NoParenthesizerRules */ | 2 /* NoNodeConverters */ | 8 /* NoOriginalNode */, baseNodeFactory);
18908
- let fileName;
18909
- let sourceFlags;
18910
- let sourceText;
18911
- let languageVersion;
18912
- let scriptKind;
18913
- let languageVariant;
18914
- let parseDiagnostics;
18915
- let jsDocDiagnostics;
18916
- let syntaxCursor;
18917
- let currentToken;
18918
- let nodeCount;
18919
- let identifiers;
18920
- let identifierCount;
18921
- let parsingContext;
18922
- let notParenthesizedArrow;
18923
- let contextFlags;
18924
- let topLevel = true;
18925
- let parseErrorBeforeNextFinishedNode = false;
18907
+ var factory2 = createNodeFactory(1 /* NoParenthesizerRules */ | 2 /* NoNodeConverters */ | 8 /* NoOriginalNode */, baseNodeFactory);
18908
+ var fileName;
18909
+ var sourceFlags;
18910
+ var sourceText;
18911
+ var languageVersion;
18912
+ var scriptKind;
18913
+ var languageVariant;
18914
+ var parseDiagnostics;
18915
+ var jsDocDiagnostics;
18916
+ var syntaxCursor;
18917
+ var currentToken;
18918
+ var nodeCount;
18919
+ var identifiers;
18920
+ var identifierCount;
18921
+ var parsingContext;
18922
+ var notParenthesizedArrow;
18923
+ var contextFlags;
18924
+ var topLevel = true;
18925
+ var parseErrorBeforeNextFinishedNode = false;
18926
18926
  function parseSourceFile(fileName2, sourceText2, languageVersion2, syntaxCursor2, setParentNodes = false, scriptKind2, setExternalModuleIndicatorOverride) {
18927
18927
  var _a2;
18928
18928
  scriptKind2 = ensureScriptKind(fileName2, scriptKind2);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@typescript-deploys/pr-build",
3
3
  "author": "Microsoft Corp.",
4
4
  "homepage": "https://www.typescriptlang.org/",
5
- "version": "5.0.0-pr-52818-5",
5
+ "version": "5.0.0-pr-52836-9",
6
6
  "license": "Apache-2.0",
7
7
  "description": "TypeScript is a language for application scale JavaScript development",
8
8
  "keywords": [