Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ServerErrors][JavaScript] 4.9.0-dev.20220925 #50949

Closed
typescript-bot opened this issue Sep 25, 2022 · 9 comments
Closed

[ServerErrors][JavaScript] 4.9.0-dev.20220925 #50949

typescript-bot opened this issue Sep 25, 2022 · 9 comments

Comments

@typescript-bot
Copy link
Collaborator

The following errors were reported by 4.9.0-dev.20220925
Pipeline that generated this bug
Logs for the pipeline run
File that generated the pipeline

This run considered 200 popular TS repos from GH (after skipping the top 0).

Successfully analyzed 191 of 200 visited repos
Outcome Count
Detected interesting changes 8
Detected no interesting changes 183
Language service disabled in new TS 1
Unknown failure 8
@typescript-bot
Copy link
Collaborator Author

cypress-io/cypress

⚠️ Note that typescript-4.8.3 also had errors ⚠️
Req #719 - updateOpen
    at Object.ThrowNoProject (/typescript-4.8.3/lib/tsserver.js:170301:23)
    at ScriptInfo.getDefaultProject (/typescript-4.8.3/lib/tsserver.js:171144:46)
    at ProjectService.telemetryOnOpenFile (/typescript-4.8.3/lib/tsserver.js:176529:42)
    at /typescript-4.8.3/lib/tsserver.js:176611:76
    at ProjectService.applyChangesInOpenFiles (/typescript-4.8.3/lib/tsserver.js:176611:37)
    at Session.handlers.ts.Map.ts.getEntries._a.<computed> (/typescript-4.8.3/lib/tsserver.js:177974:46)
    at /typescript-4.8.3/lib/tsserver.js:180166:96
    at IOSession.Session.executeWithRequestId (/typescript-4.8.3/lib/tsserver.js:180157:28)
    at IOSession.Session.executeCommand (/typescript-4.8.3/lib/tsserver.js:180166:41)
    at IOSession.Session.onMessage (/typescript-4.8.3/lib/tsserver.js:180194:35)
    at Interface.<anonymous> (/typescript-4.8.3/lib/tsserver.js:184330:31)
Req #719 - updateOpen
    at Object.ThrowNoProject (/typescript-4.9.0-dev.20220925/lib/tsserver.js:171652:23)
    at ScriptInfo.getDefaultProject (/typescript-4.9.0-dev.20220925/lib/tsserver.js:172495:46)
    at ProjectService.telemetryOnOpenFile (/typescript-4.9.0-dev.20220925/lib/tsserver.js:177880:42)
    at /typescript-4.9.0-dev.20220925/lib/tsserver.js:177962:76
    at ProjectService.applyChangesInOpenFiles (/typescript-4.9.0-dev.20220925/lib/tsserver.js:177962:37)
    at Session.handlers.ts.Map.ts.getEntries._a.<computed> (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179324:46)
    at /typescript-4.9.0-dev.20220925/lib/tsserver.js:181516:96
    at IOSession.Session.executeWithRequestId (/typescript-4.9.0-dev.20220925/lib/tsserver.js:181507:28)
    at IOSession.Session.executeCommand (/typescript-4.9.0-dev.20220925/lib/tsserver.js:181516:41)
    at IOSession.Session.onMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:181544:35)
    at Interface.<anonymous> (/typescript-4.9.0-dev.20220925/lib/tsserver.js:185666:31)

Last few requests

{"seq":716,"type":"request","command":"definitionAndBoundSpan","arguments":{"file":"@PROJECT_ROOT@/npm/react/cypress/component/advanced/context/Mock-context.cy.jsx","line":2,"offset":24}}
{"seq":717,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/npm/react/cypress/component/advanced/context/Mock-context.cy.jsx","line":2,"offset":24}}
{"seq":718,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":["@PROJECT_ROOT@/npm/eslint-plugin-dev/test/fixtures/oneline.js"],"openFiles":[]}}
{"seq":719,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":[],"openFiles":[{"file":"@PROJECT_ROOT@/npm/react/cypress/component/advanced/forward-ref/forward-ref.cy.jsx","projectRootPath":"@PROJECT_ROOT@"}]}}

Repro Steps

  1. git clone https://github.com/cypress-io/cypress --recurse-submodules
  2. In dir cypress, run git reset --hard 238ead3c53399c022f7c99236ccc709768395a61
  3. Download RepoResults2/cypress-io.cypress.replay.txt from the artifact folder
  4. npm install --no-save @typescript/server-replay
  5. npx tsreplay ./cypress ./cypress-io.cypress.replay.txt path/to/tsserver.js

@typescript-bot
Copy link
Collaborator Author

impress/impress.js

⚠️ Note that typescript-4.8.3 also had errors ⚠️
Req #10926 - references
    at formatMessage (/typescript-4.8.3/lib/tsserver.js:177437:29)
    at IOSession.Session.writeMessage (/typescript-4.8.3/lib/tsserver.js:178513:31)
    at IOSession.Session.send (/typescript-4.8.3/lib/tsserver.js:178510:22)
    at IOSession.Session.doOutput (/typescript-4.8.3/lib/tsserver.js:178563:22)
    at IOSession.Session.onMessage (/typescript-4.8.3/lib/tsserver.js:180209:30)
    at Interface.<anonymous> (/typescript-4.8.3/lib/tsserver.js:184330:31)
Req #10926 - references
    at formatMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:178788:29)
    at IOSession.Session.writeMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179863:31)
    at IOSession.Session.send (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179860:22)
    at IOSession.Session.doOutput (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179913:22)
    at IOSession.Session.onMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:181559:30)
    at Interface.<anonymous> (/typescript-4.9.0-dev.20220925/lib/tsserver.js:185666:31)

Last few requests

{"seq":10923,"type":"request","command":"definitionAndBoundSpan","arguments":{"file":"@PROJECT_ROOT@/extras/mathjax/extensions/a11y/mathmaps/mathmaps_ie.js","line":1,"offset":556222}}
{"seq":10924,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/extras/mathjax/extensions/a11y/mathmaps/mathmaps_ie.js","line":1,"offset":559655,"includeExternalModuleExports":false,"includeInsertTextCompletions":true,"triggerKind":1}}
{"seq":10925,"type":"request","command":"completionEntryDetails","arguments":{"file":"@PROJECT_ROOT@/extras/mathjax/extensions/a11y/mathmaps/mathmaps_ie.js","line":1,"offset":559655,"entryNames":["sre"]}}
{"seq":10926,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/extras/mathjax/extensions/a11y/mathmaps/mathmaps_ie.js","line":1,"offset":560196}}

Repro Steps

  1. git clone https://github.com/impress/impress.js --recurse-submodules
  2. In dir impress.js, run git reset --hard f8dd0e92b4b0d553a7926abd9851d2c355257f5a
  3. Install packages (exact steps are below, but it might be easier to follow the repo readme)
    1. In dir impress.js/extras/mathjax, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    2. In dir impress.js, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
  4. Download RepoResults2/impress.impress.js.replay.txt from the artifact folder
  5. npm install --no-save @typescript/server-replay
  6. npx tsreplay ./impress.js ./impress.impress.js.replay.txt path/to/tsserver.js

@typescript-bot
Copy link
Collaborator Author

jgraph/drawio

⚠️ Note that typescript-4.8.3 also had errors ⚠️
Req #28792 - references
    at formatMessage (/typescript-4.8.3/lib/tsserver.js:177437:29)
    at IOSession.Session.writeMessage (/typescript-4.8.3/lib/tsserver.js:178513:31)
    at IOSession.Session.send (/typescript-4.8.3/lib/tsserver.js:178510:22)
    at IOSession.Session.doOutput (/typescript-4.8.3/lib/tsserver.js:178563:22)
    at IOSession.Session.onMessage (/typescript-4.8.3/lib/tsserver.js:180209:30)
    at Interface.<anonymous> (/typescript-4.8.3/lib/tsserver.js:184330:31)
Req #28792 - references
    at formatMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:178788:29)
    at IOSession.Session.writeMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179863:31)
    at IOSession.Session.send (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179860:22)
    at IOSession.Session.doOutput (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179913:22)
    at IOSession.Session.onMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:181559:30)
    at Interface.<anonymous> (/typescript-4.9.0-dev.20220925/lib/tsserver.js:185666:31)

Last few requests

{"seq":28789,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/src/main/webapp/js/integrate.min.js","line":1674,"offset":198,"includeExternalModuleExports":false,"includeInsertTextCompletions":true,"triggerKind":1}}
{"seq":28790,"type":"request","command":"completionEntryDetails","arguments":{"file":"@PROJECT_ROOT@/src/main/webapp/js/integrate.min.js","line":1674,"offset":198,"entryNames":["apply"]}}
{"seq":28791,"type":"request","command":"definitionAndBoundSpan","arguments":{"file":"@PROJECT_ROOT@/src/main/webapp/js/integrate.min.js","line":1675,"offset":64}}
{"seq":28792,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/src/main/webapp/js/integrate.min.js","line":1675,"offset":70}}

Repro Steps

  1. git clone https://github.com/jgraph/drawio --recurse-submodules
  2. In dir drawio, run git reset --hard a9485d4ce314ddbf8fa34f0d7615ea8c43bc279a
  3. Download RepoResults2/jgraph.drawio.replay.txt from the artifact folder
  4. npm install --no-save @typescript/server-replay
  5. npx tsreplay ./drawio ./jgraph.drawio.replay.txt path/to/tsserver.js

@typescript-bot
Copy link
Collaborator Author

Kong/insomnia

⚠️ Note that typescript-4.8.3 also had errors ⚠️
Req #13623 - references
    at formatMessage (/typescript-4.8.3/lib/tsserver.js:177437:29)
    at IOSession.Session.writeMessage (/typescript-4.8.3/lib/tsserver.js:178513:31)
    at IOSession.Session.send (/typescript-4.8.3/lib/tsserver.js:178510:22)
    at IOSession.Session.doOutput (/typescript-4.8.3/lib/tsserver.js:178563:22)
    at IOSession.Session.onMessage (/typescript-4.8.3/lib/tsserver.js:180209:30)
    at Interface.<anonymous> (/typescript-4.8.3/lib/tsserver.js:184330:31)
Req #13623 - references
    at formatMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:178788:29)
    at IOSession.Session.writeMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179863:31)
    at IOSession.Session.send (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179860:22)
    at IOSession.Session.doOutput (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179913:22)
    at IOSession.Session.onMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:181559:30)
    at Interface.<anonymous> (/typescript-4.9.0-dev.20220925/lib/tsserver.js:185666:31)

Last few requests

{"seq":13620,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/packages/insomnia/bin/yarn-standalone.js","line":73969,"offset":153607,"includeExternalModuleExports":false,"includeInsertTextCompletions":true,"triggerKind":2,"triggerCharacter":"."}}
{"seq":13621,"type":"request","command":"definitionAndBoundSpan","arguments":{"file":"@PROJECT_ROOT@/packages/insomnia/bin/yarn-standalone.js","line":73969,"offset":153860}}
{"seq":13622,"type":"request","command":"definitionAndBoundSpan","arguments":{"file":"@PROJECT_ROOT@/packages/insomnia/bin/yarn-standalone.js","line":73969,"offset":154326}}
{"seq":13623,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/packages/insomnia/bin/yarn-standalone.js","line":73969,"offset":155303}}

Repro Steps

  1. git clone https://github.com/Kong/insomnia --recurse-submodules
  2. In dir insomnia, run git reset --hard 29805590b2ed562f8f18a88177c40b79336df273
  3. Install packages (exact steps are below, but it might be easier to follow the repo readme)
    1. In dir insomnia, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    2. In dir insomnia/plugins/insomnia-plugin-base64, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    3. In dir insomnia/plugins/insomnia-plugin-cookie-jar, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    4. In dir insomnia/plugins/insomnia-plugin-core-themes, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    5. In dir insomnia/plugins/insomnia-plugin-default-headers, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    6. In dir insomnia/plugins/insomnia-plugin-file, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    7. In dir insomnia/plugins/insomnia-plugin-hash, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    8. In dir insomnia/plugins/insomnia-plugin-jsonpath, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    9. In dir insomnia/plugins/insomnia-plugin-kong-declarative-config, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    10. In dir insomnia/plugins/insomnia-plugin-kong-kubernetes-config, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    11. In dir insomnia/plugins/insomnia-plugin-kong-portal, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    12. In dir insomnia/plugins/insomnia-plugin-now, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    13. In dir insomnia/plugins/insomnia-plugin-os, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    14. In dir insomnia/plugins/insomnia-plugin-prompt, run npm install --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    15. In dir insomnia/plugins/insomnia-plugin-request, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    16. In dir insomnia/plugins/insomnia-plugin-response, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    17. In dir insomnia/plugins/insomnia-plugin-uuid, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
  4. Download RepoResults3/Kong.insomnia.replay.txt from the artifact folder
  5. npm install --no-save @typescript/server-replay
  6. npx tsreplay ./insomnia ./Kong.insomnia.replay.txt path/to/tsserver.js

@typescript-bot
Copy link
Collaborator Author

mrdoob/three.js

⚠️ Note that typescript-4.8.3 also had errors ⚠️
Req #9587 - references
    at formatMessage (/typescript-4.8.3/lib/tsserver.js:177437:29)
    at IOSession.Session.writeMessage (/typescript-4.8.3/lib/tsserver.js:178513:31)
    at IOSession.Session.send (/typescript-4.8.3/lib/tsserver.js:178510:22)
    at IOSession.Session.doOutput (/typescript-4.8.3/lib/tsserver.js:178563:22)
    at IOSession.Session.onMessage (/typescript-4.8.3/lib/tsserver.js:180209:30)
    at Interface.<anonymous> (/typescript-4.8.3/lib/tsserver.js:184330:31)
Req #9587 - references
    at formatMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:178788:29)
    at IOSession.Session.writeMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179863:31)
    at IOSession.Session.send (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179860:22)
    at IOSession.Session.doOutput (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179913:22)
    at IOSession.Session.onMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:181559:30)
    at Interface.<anonymous> (/typescript-4.9.0-dev.20220925/lib/tsserver.js:185666:31)

Last few requests

{"seq":9584,"type":"request","command":"definitionAndBoundSpan","arguments":{"file":"@PROJECT_ROOT@/examples/js/libs/draco/draco_decoder.js","line":21,"offset":12627}}
{"seq":9585,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/examples/js/libs/draco/draco_decoder.js","line":21,"offset":13757,"includeExternalModuleExports":false,"includeInsertTextCompletions":true,"triggerKind":1}}
{"seq":9586,"type":"request","command":"completionEntryDetails","arguments":{"file":"@PROJECT_ROOT@/examples/js/libs/draco/draco_decoder.js","line":21,"offset":13757,"entryNames":["___cxa_allocate_exception"]}}
{"seq":9587,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/examples/js/libs/draco/draco_decoder.js","line":21,"offset":14430}}

Repro Steps

  1. git clone https://github.com/mrdoob/three.js --recurse-submodules
  2. In dir three.js, run git reset --hard 918c5ea03d212652d5eb904dba357b03f3d87673
  3. Install packages (exact steps are below, but it might be easier to follow the repo readme)
    1. In dir three.js, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
    2. In dir three.js/test, run npm ci --prefer-offline --no-audit --no-progress --legacy-peer-deps --ignore-scripts -q
  4. Download RepoResults1/mrdoob.three.js.replay.txt from the artifact folder
  5. npm install --no-save @typescript/server-replay
  6. npx tsreplay ./three.js ./mrdoob.three.js.replay.txt path/to/tsserver.js

@typescript-bot
Copy link
Collaborator Author

swagger-api/swagger-ui

⚠️ Note that typescript-4.8.3 also had errors ⚠️
Req #5012 - references
    at formatMessage (/typescript-4.8.3/lib/tsserver.js:177437:29)
    at IOSession.Session.writeMessage (/typescript-4.8.3/lib/tsserver.js:178513:31)
    at IOSession.Session.send (/typescript-4.8.3/lib/tsserver.js:178510:22)
    at IOSession.Session.doOutput (/typescript-4.8.3/lib/tsserver.js:178563:22)
    at IOSession.Session.onMessage (/typescript-4.8.3/lib/tsserver.js:180209:30)
    at Interface.<anonymous> (/typescript-4.8.3/lib/tsserver.js:184330:31)
Req #5012 - references
    at formatMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:178788:29)
    at IOSession.Session.writeMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179863:31)
    at IOSession.Session.send (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179860:22)
    at IOSession.Session.doOutput (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179913:22)
    at IOSession.Session.onMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:181559:30)
    at Interface.<anonymous> (/typescript-4.9.0-dev.20220925/lib/tsserver.js:185666:31)

Last few requests

{"seq":5009,"type":"request","command":"definitionAndBoundSpan","arguments":{"file":"@PROJECT_ROOT@/dist/swagger-ui-standalone-preset.js","line":2,"offset":37877}}
{"seq":5010,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/dist/swagger-ui-standalone-preset.js","line":2,"offset":39573,"includeExternalModuleExports":false,"includeInsertTextCompletions":true,"triggerKind":1}}
{"seq":5011,"type":"request","command":"completionEntryDetails","arguments":{"file":"@PROJECT_ROOT@/dist/swagger-ui-standalone-preset.js","line":2,"offset":39573,"entryNames":["_"]}}
{"seq":5012,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/dist/swagger-ui-standalone-preset.js","line":2,"offset":39939}}

Repro Steps

  1. git clone https://github.com/swagger-api/swagger-ui --recurse-submodules
  2. In dir swagger-ui, run git reset --hard 30098e853038330fed5cb32347f715305fc9a340
  3. Download RepoResults3/swagger-api.swagger-ui.replay.txt from the artifact folder
  4. npm install --no-save @typescript/server-replay
  5. npx tsreplay ./swagger-ui ./swagger-api.swagger-ui.replay.txt path/to/tsserver.js

@typescript-bot
Copy link
Collaborator Author

TryGhost/Ghost

⚠️ Note that typescript-4.8.3 also had errors ⚠️
Req #10891 - completionInfo
    at Object.createKeywordTypeNode (/typescript-4.8.3/lib/tsserver.js:23613:39)
    at typeToTypeNodeWorker (/typescript-4.8.3/lib/tsserver.js:53022:39)
    at typeToTypeNodeHelper (/typescript-4.8.3/lib/tsserver.js:52993:32)
    at typeReferenceToTypeNode (/typescript-4.8.3/lib/tsserver.js:53501:43)
    at typeToTypeNodeWorker (/typescript-4.8.3/lib/tsserver.js:53145:95)
    at typeToTypeNodeHelper (/typescript-4.8.3/lib/tsserver.js:52993:32)
    at serializeTypeForDeclaration (/typescript-4.8.3/lib/tsserver.js:54548:30)
    at symbolToParameterDeclaration (/typescript-4.8.3/lib/tsserver.js:53968:41)
    at /typescript-4.8.3/lib/tsserver.js:53879:274
    at signatureToSignatureDeclarationHelper (/typescript-4.8.3/lib/tsserver.js:53879:240)
    at createTypeNodesFromResolvedType (/typescript-4.8.3/lib/tsserver.js:53640:43)
    at createTypeNodeFromObjectType (/typescript-4.8.3/lib/tsserver.js:53487:35)
    at createAnonymousTypeNode (/typescript-4.8.3/lib/tsserver.js:53357:32)
    at typeToTypeNodeWorker (/typescript-4.8.3/lib/tsserver.js:53202:28)
    at typeToTypeNodeHelper (/typescript-4.8.3/lib/tsserver.js:52993:32)
    at /typescript-4.8.3/lib/tsserver.js:52898:106
    at withContext (/typescript-4.8.3/lib/tsserver.js:52953:37)
    at Object.typeToTypeNode (/typescript-4.8.3/lib/tsserver.js:52898:28)
    at typeToString (/typescript-4.8.3/lib/tsserver.js:52857:40)
    at reportNonexistentProperty (/typescript-4.8.3/lib/tsserver.js:75711:37)
    at checkPropertyAccessExpressionOrQualifiedName (/typescript-4.8.3/lib/tsserver.js:75507:25)
    at checkPropertyAccessExpression (/typescript-4.8.3/lib/tsserver.js:75322:17)
    at checkExpressionWorker (/typescript-4.8.3/lib/tsserver.js:80751:28)
    at checkExpression (/typescript-4.8.3/lib/tsserver.js:80666:38)
    at checkExpressionCached (/typescript-4.8.3/lib/tsserver.js:80330:38)
    at getTargetOfAliasLikeExpression (/typescript-4.8.3/lib/tsserver.js:51307:13)
    at getTargetOfAccessExpression (/typescript-4.8.3/lib/tsserver.js:51314:20)
    at getTargetOfAliasDeclaration (/typescript-4.8.3/lib/tsserver.js:51344:28)
    at getTypeOfAlias (/typescript-4.8.3/lib/tsserver.js:57397:59)
    at getTypeOfSymbol (/typescript-4.8.3/lib/tsserver.js:57502:24)
    at getNonMissingTypeOfSymbol (/typescript-4.8.3/lib/tsserver.js:57507:38)
    at addPropertyToElementList (/typescript-4.8.3/lib/tsserver.js:53702:31)
    at createTypeNodesFromResolvedType (/typescript-4.8.3/lib/tsserver.js:53673:25)
    at createTypeNodeFromObjectType (/typescript-4.8.3/lib/tsserver.js:53487:35)
    at createAnonymousTypeNode (/typescript-4.8.3/lib/tsserver.js:53357:32)
    at typeToTypeNodeWorker (/typescript-4.8.3/lib/tsserver.js:53202:28)
    at typeToTypeNodeHelper (/typescript-4.8.3/lib/tsserver.js:52993:32)
    at /typescript-4.8.3/lib/tsserver.js:52898:106
    at withContext (/typescript-4.8.3/lib/tsserver.js:52953:37)
    at Object.typeToTypeNode (/typescript-4.8.3/lib/tsserver.js:52898:28)
    at typeToString (/typescript-4.8.3/lib/tsserver.js:52857:40)
    at reportNonexistentProperty (/typescript-4.8.3/lib/tsserver.js:75711:37)
    at checkPropertyAccessExpressionOrQualifiedName (/typescript-4.8.3/lib/tsserver.js:75507:25)
    at checkPropertyAccessExpression (/typescript-4.8.3/lib/tsserver.js:75322:17)
    at checkExpressionWorker (/typescript-4.8.3/lib/tsserver.js:80751:28)
    at checkExpression (/typescript-4.8.3/lib/tsserver.js:80666:38)
    at checkExpressionCached (/typescript-4.8.3/lib/tsserver.js:80330:38)
    at getTargetOfAliasLikeExpression (/typescript-4.8.3/lib/tsserver.js:51307:13)
    at getTargetOfAccessExpression (/typescript-4.8.3/lib/tsserver.js:51314:20)
    at getTargetOfAliasDeclaration (/typescript-4.8.3/lib/tsserver.js:51344:28)
    at getTypeOfAlias (/typescript-4.8.3/lib/tsserver.js:57397:59)
    at getTypeOfSymbol (/typescript-4.8.3/lib/tsserver.js:57502:24)
    at getNonMissingTypeOfSymbol (/typescript-4.8.3/lib/tsserver.js:57507:38)
    at addPropertyToElementList (/typescript-4.8.3/lib/tsserver.js:53702:31)
    at createTypeNodesFromResolvedType (/typescript-4.8.3/lib/tsserver.js:53673:25)
    at createTypeNodeFromObjectType (/typescript-4.8.3/lib/tsserver.js:53487:35)
    at createAnonymousTypeNode (/typescript-4.8.3/lib/tsserver.js:53357:32)
    at typeToTypeNodeWorker (/typescript-4.8.3/lib/tsserver.js:53202:28)
    at typeToTypeNodeHelper (/typescript-4.8.3/lib/tsserver.js:52993:32)
    at /typescript-4.8.3/lib/tsserver.js:52898:106
    at withContext (/typescript-4.8.3/lib/tsserver.js:52953:37)
    at Object.typeToTypeNode (/typescript-4.8.3/lib/tsserver.js:52898:28)
    at typeToString (/typescript-4.8.3/lib/tsserver.js:52857:40)
    at reportNonexistentProperty (/typescript-4.8.3/lib/tsserver.js:75711:37)
    at checkPropertyAccessExpressionOrQualifiedName (/typescript-4.8.3/lib/tsserver.js:75507:25)
    at checkPropertyAccessExpression (/typescript-4.8.3/lib/tsserver.js:75322:17)
    at checkExpressionWorker (/typescript-4.8.3/lib/tsserver.js:80751:28)
    at checkExpression (/typescript-4.8.3/lib/tsserver.js:80666:38)
    at checkExpressionCached (/typescript-4.8.3/lib/tsserver.js:80330:38)
    at getTargetOfAliasLikeExpression (/typescript-4.8.3/lib/tsserver.js:51307:13)
    at getTargetOfAccessExpression (/typescript-4.8.3/lib/tsserver.js:51314:20)
    at getTargetOfAliasDeclaration (/typescript-4.8.3/lib/tsserver.js:51344:28)
    at getTypeOfAlias (/typescript-4.8.3/lib/tsserver.js:57397:59)
    at getTypeOfSymbol (/typescript-4.8.3/lib/tsserver.js:57502:24)
    at getNonMissingTypeOfSymbol (/typescript-4.8.3/lib/tsserver.js:57507:38)
    at addPropertyToElementList (/typescript-4.8.3/lib/tsserver.js:53702:31)
    at createTypeNodesFromResolvedType (/typescript-4.8.3/lib/tsserver.js:53673:25)
    at createTypeNodeFromObjectType (/typescript-4.8.3/lib/tsserver.js:53487:35)
    at createAnonymousTypeNode (/typescript-4.8.3/lib/tsserver.js:53357:32)
    at typeToTypeNodeWorker (/typescript-4.8.3/lib/tsserver.js:53202:28)
    at typeToTypeNodeHelper (/typescript-4.8.3/lib/tsserver.js:52993:32)
    at /typescript-4.8.3/lib/tsserver.js:52898:106
    at withContext (/typescript-4.8.3/lib/tsserver.js:52953:37)
    at Object.typeToTypeNode (/typescript-4.8.3/lib/tsserver.js:52898:28)
    at typeToString (/typescript-4.8.3/lib/tsserver.js:52857:40)
    at reportNonexistentProperty (/typescript-4.8.3/lib/tsserver.js:75711:37)
    at checkPropertyAccessExpressionOrQualifiedName (/typescript-4.8.3/lib/tsserver.js:75507:25)
    at checkPropertyAccessExpression (/typescript-4.8.3/lib/tsserver.js:75322:17)
    at checkExpressionWorker (/typescript-4.8.3/lib/tsserver.js:80751:28)
    at checkExpression (/typescript-4.8.3/lib/tsserver.js:80666:38)
    at checkExpressionCached (/typescript-4.8.3/lib/tsserver.js:80330:38)
    at getTargetOfAliasLikeExpression (/typescript-4.8.3/lib/tsserver.js:51307:13)
    at getTargetOfAccessExpression (/typescript-4.8.3/lib/tsserver.js:51314:20)
    at getTargetOfAliasDeclaration (/typescript-4.8.3/lib/tsserver.js:51344:28)
    at getTypeOfAlias (/typescript-4.8.3/lib/tsserver.js:57397:59)
    at getTypeOfSymbol (/typescript-4.8.3/lib/tsserver.js:57502:24)
    at getNonMissingTypeOfSymbol (/typescript-4.8.3/lib/tsserver.js:57507:38)
    at addPropertyToElementList (/typescript-4.8.3/lib/tsserver.js:53702:31)
    at createTypeNodesFromResolvedType (/typescript-4.8.3/lib/tsserver.js:53673:25)
Req #10891 - completionInfo
    at typeToTypeNodeWorker (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53497:42)
    at typeToTypeNodeHelper (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53493:32)
    at typeReferenceToTypeNode (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54001:43)
    at typeToTypeNodeWorker (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53645:95)
    at typeToTypeNodeHelper (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53493:32)
    at serializeTypeForDeclaration (/typescript-4.9.0-dev.20220925/lib/tsserver.js:55041:30)
    at symbolToParameterDeclaration (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54468:41)
    at /typescript-4.9.0-dev.20220925/lib/tsserver.js:54379:274
    at signatureToSignatureDeclarationHelper (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54379:240)
    at createTypeNodesFromResolvedType (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54140:43)
    at createTypeNodeFromObjectType (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53987:35)
    at createAnonymousTypeNode (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53857:32)
    at typeToTypeNodeWorker (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53702:28)
    at typeToTypeNodeHelper (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53493:32)
    at /typescript-4.9.0-dev.20220925/lib/tsserver.js:53380:106
    at withContext (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53453:37)
    at Object.typeToTypeNode (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53380:28)
    at typeToString (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53339:40)
    at reportNonexistentProperty (/typescript-4.9.0-dev.20220925/lib/tsserver.js:76383:37)
    at checkPropertyAccessExpressionOrQualifiedName (/typescript-4.9.0-dev.20220925/lib/tsserver.js:76179:25)
    at checkPropertyAccessExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:75994:17)
    at checkExpressionWorker (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81434:28)
    at checkExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81349:38)
    at checkExpressionCached (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81013:38)
    at getTargetOfAliasLikeExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51786:13)
    at getTargetOfAccessExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51793:20)
    at getTargetOfAliasDeclaration (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51823:28)
    at getTypeOfAlias (/typescript-4.9.0-dev.20220925/lib/tsserver.js:57906:59)
    at getTypeOfSymbol (/typescript-4.9.0-dev.20220925/lib/tsserver.js:58011:24)
    at getNonMissingTypeOfSymbol (/typescript-4.9.0-dev.20220925/lib/tsserver.js:58016:38)
    at addPropertyToElementList (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54202:31)
    at createTypeNodesFromResolvedType (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54173:25)
    at createTypeNodeFromObjectType (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53987:35)
    at createAnonymousTypeNode (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53857:32)
    at typeToTypeNodeWorker (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53702:28)
    at typeToTypeNodeHelper (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53493:32)
    at /typescript-4.9.0-dev.20220925/lib/tsserver.js:53380:106
    at withContext (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53453:37)
    at Object.typeToTypeNode (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53380:28)
    at typeToString (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53339:40)
    at reportNonexistentProperty (/typescript-4.9.0-dev.20220925/lib/tsserver.js:76383:37)
    at checkPropertyAccessExpressionOrQualifiedName (/typescript-4.9.0-dev.20220925/lib/tsserver.js:76179:25)
    at checkPropertyAccessExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:75994:17)
    at checkExpressionWorker (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81434:28)
    at checkExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81349:38)
    at checkExpressionCached (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81013:38)
    at getTargetOfAliasLikeExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51786:13)
    at getTargetOfAccessExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51793:20)
    at getTargetOfAliasDeclaration (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51823:28)
    at getTypeOfAlias (/typescript-4.9.0-dev.20220925/lib/tsserver.js:57906:59)
    at getTypeOfSymbol (/typescript-4.9.0-dev.20220925/lib/tsserver.js:58011:24)
    at getNonMissingTypeOfSymbol (/typescript-4.9.0-dev.20220925/lib/tsserver.js:58016:38)
    at addPropertyToElementList (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54202:31)
    at createTypeNodesFromResolvedType (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54173:25)
    at createTypeNodeFromObjectType (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53987:35)
    at createAnonymousTypeNode (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53857:32)
    at typeToTypeNodeWorker (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53702:28)
    at typeToTypeNodeHelper (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53493:32)
    at /typescript-4.9.0-dev.20220925/lib/tsserver.js:53380:106
    at withContext (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53453:37)
    at Object.typeToTypeNode (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53380:28)
    at typeToString (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53339:40)
    at reportNonexistentProperty (/typescript-4.9.0-dev.20220925/lib/tsserver.js:76383:37)
    at checkPropertyAccessExpressionOrQualifiedName (/typescript-4.9.0-dev.20220925/lib/tsserver.js:76179:25)
    at checkPropertyAccessExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:75994:17)
    at checkExpressionWorker (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81434:28)
    at checkExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81349:38)
    at checkExpressionCached (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81013:38)
    at getTargetOfAliasLikeExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51786:13)
    at getTargetOfAccessExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51793:20)
    at getTargetOfAliasDeclaration (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51823:28)
    at getTypeOfAlias (/typescript-4.9.0-dev.20220925/lib/tsserver.js:57906:59)
    at getTypeOfSymbol (/typescript-4.9.0-dev.20220925/lib/tsserver.js:58011:24)
    at getNonMissingTypeOfSymbol (/typescript-4.9.0-dev.20220925/lib/tsserver.js:58016:38)
    at addPropertyToElementList (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54202:31)
    at createTypeNodesFromResolvedType (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54173:25)
    at createTypeNodeFromObjectType (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53987:35)
    at createAnonymousTypeNode (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53857:32)
    at typeToTypeNodeWorker (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53702:28)
    at typeToTypeNodeHelper (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53493:32)
    at /typescript-4.9.0-dev.20220925/lib/tsserver.js:53380:106
    at withContext (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53453:37)
    at Object.typeToTypeNode (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53380:28)
    at typeToString (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53339:40)
    at reportNonexistentProperty (/typescript-4.9.0-dev.20220925/lib/tsserver.js:76383:37)
    at checkPropertyAccessExpressionOrQualifiedName (/typescript-4.9.0-dev.20220925/lib/tsserver.js:76179:25)
    at checkPropertyAccessExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:75994:17)
    at checkExpressionWorker (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81434:28)
    at checkExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81349:38)
    at checkExpressionCached (/typescript-4.9.0-dev.20220925/lib/tsserver.js:81013:38)
    at getTargetOfAliasLikeExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51786:13)
    at getTargetOfAccessExpression (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51793:20)
    at getTargetOfAliasDeclaration (/typescript-4.9.0-dev.20220925/lib/tsserver.js:51823:28)
    at getTypeOfAlias (/typescript-4.9.0-dev.20220925/lib/tsserver.js:57906:59)
    at getTypeOfSymbol (/typescript-4.9.0-dev.20220925/lib/tsserver.js:58011:24)
    at getNonMissingTypeOfSymbol (/typescript-4.9.0-dev.20220925/lib/tsserver.js:58016:38)
    at addPropertyToElementList (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54202:31)
    at createTypeNodesFromResolvedType (/typescript-4.9.0-dev.20220925/lib/tsserver.js:54173:25)
    at createTypeNodeFromObjectType (/typescript-4.9.0-dev.20220925/lib/tsserver.js:53987:35)

Last few requests

{"seq":10888,"type":"request","command":"completionEntryDetails","arguments":{"file":"@PROJECT_ROOT@/ghost/core/core/server/services/url/Resources.js","line":414,"offset":8,"entryNames":["@abstract"]}}
{"seq":10889,"type":"request","command":"definitionAndBoundSpan","arguments":{"file":"@PROJECT_ROOT@/ghost/core/core/server/services/url/Resources.js","line":415,"offset":8}}
{"seq":10890,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/ghost/core/core/server/services/url/Resources.js","line":415,"offset":8}}
{"seq":10891,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/ghost/core/core/server/services/url/Resources.js","line":415,"offset":17,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"triggerKind":1}}

Repro Steps

  1. git clone https://github.com/TryGhost/Ghost --recurse-submodules
  2. In dir Ghost, run git reset --hard 508119244cce90a889f732b294760e2510c32940
  3. Install packages (exact steps are below, but it might be easier to follow the repo readme)
    1. In dir Ghost/ghost/adapter-manager, run yarn install --ignore-engines --ignore-scripts --silent
    2. In dir Ghost/ghost/admin/lib/asset-delivery, run yarn install --ignore-engines --ignore-scripts --silent
    3. In dir Ghost/ghost/admin/lib/ember-power-calendar-moment, run yarn install --ignore-engines --ignore-scripts --silent
    4. In dir Ghost/ghost/admin/lib/ember-power-calendar-utils, run yarn install --ignore-engines --ignore-scripts --silent
    5. In dir Ghost/ghost/admin/lib/koenig-editor, run yarn install --ignore-engines --ignore-scripts --silent
    6. In dir Ghost/ghost/admin, run yarn install --ignore-engines --ignore-scripts --silent
    7. In dir Ghost/ghost/api-framework, run yarn install --ignore-engines --ignore-scripts --silent
    8. In dir Ghost/ghost/api-version-compatibility-service, run yarn install --ignore-engines --ignore-scripts --silent
    9. In dir Ghost/ghost/bootstrap-socket, run yarn install --ignore-engines --ignore-scripts --silent
    10. In dir Ghost/ghost/constants, run yarn install --ignore-engines --ignore-scripts --silent
    11. In dir Ghost/ghost/core/content/themes/casper, run yarn install --ignore-engines --ignore-scripts --silent
    12. In dir Ghost/ghost/core, run yarn install --ignore-engines --ignore-scripts --silent
    13. In dir Ghost/ghost/custom-theme-settings-service, run yarn install --ignore-engines --ignore-scripts --silent
    14. In dir Ghost/ghost/domain-events, run yarn install --ignore-engines --ignore-scripts --silent
    15. In dir Ghost/ghost/email-analytics-provider-mailgun, run yarn install --ignore-engines --ignore-scripts --silent
    16. In dir Ghost/ghost/email-analytics-service, run yarn install --ignore-engines --ignore-scripts --silent
    17. In dir Ghost/ghost/email-content-generator, run yarn install --ignore-engines --ignore-scripts --silent
    18. In dir Ghost/ghost/express-dynamic-redirects, run yarn install --ignore-engines --ignore-scripts --silent
    19. In dir Ghost/ghost/extract-api-key, run yarn install --ignore-engines --ignore-scripts --silent
    20. In dir Ghost/ghost/html-to-plaintext, run yarn install --ignore-engines --ignore-scripts --silent
    21. In dir Ghost/ghost/job-manager, run yarn install --ignore-engines --ignore-scripts --silent
    22. In dir Ghost/ghost/link-redirects, run yarn install --ignore-engines --ignore-scripts --silent
    23. In dir Ghost/ghost/link-replacer, run yarn install --ignore-engines --ignore-scripts --silent
    24. In dir Ghost/ghost/link-tracking, run yarn install --ignore-engines --ignore-scripts --silent
    25. In dir Ghost/ghost/magic-link, run yarn install --ignore-engines --ignore-scripts --silent
    26. In dir Ghost/ghost/mailgun-client, run yarn install --ignore-engines --ignore-scripts --silent
    27. In dir Ghost/ghost/member-analytics-service, run yarn install --ignore-engines --ignore-scripts --silent
    28. In dir Ghost/ghost/member-attribution, run yarn install --ignore-engines --ignore-scripts --silent
    29. In dir Ghost/ghost/member-events, run yarn install --ignore-engines --ignore-scripts --silent
    30. In dir Ghost/ghost/members-analytics-ingress, run yarn install --ignore-engines --ignore-scripts --silent
    31. In dir Ghost/ghost/members-api, run yarn install --ignore-engines --ignore-scripts --silent
    32. In dir Ghost/ghost/members-csv, run yarn install --ignore-engines --ignore-scripts --silent
    33. In dir Ghost/ghost/members-events-service, run yarn install --ignore-engines --ignore-scripts --silent
    34. In dir Ghost/ghost/members-importer, run yarn install --ignore-engines --ignore-scripts --silent
    35. In dir Ghost/ghost/members-ssr, run yarn install --ignore-engines --ignore-scripts --silent
    36. In dir Ghost/ghost/minifier, run yarn install --ignore-engines --ignore-scripts --silent
    37. In dir Ghost/ghost/mw-api-version-mismatch, run yarn install --ignore-engines --ignore-scripts --silent
    38. In dir Ghost/ghost/mw-cache-control, run yarn install --ignore-engines --ignore-scripts --silent
    39. In dir Ghost/ghost/mw-error-handler, run yarn install --ignore-engines --ignore-scripts --silent
    40. In dir Ghost/ghost/mw-session-from-token, run yarn install --ignore-engines --ignore-scripts --silent
    41. In dir Ghost/ghost/mw-update-user-last-seen, run yarn install --ignore-engines --ignore-scripts --silent
    42. In dir Ghost/ghost/mw-vhost, run yarn install --ignore-engines --ignore-scripts --silent
    43. In dir Ghost/ghost/oembed-service, run yarn install --ignore-engines --ignore-scripts --silent
    44. In dir Ghost/ghost/offers, run yarn install --ignore-engines --ignore-scripts --silent
    45. In dir Ghost/ghost/package-json, run yarn install --ignore-engines --ignore-scripts --silent
    46. In dir Ghost/ghost/payments, run yarn install --ignore-engines --ignore-scripts --silent
    47. In dir Ghost/ghost/referrers, run yarn install --ignore-engines --ignore-scripts --silent
    48. In dir Ghost/ghost/security, run yarn install --ignore-engines --ignore-scripts --silent
    49. In dir Ghost/ghost/session-service, run yarn install --ignore-engines --ignore-scripts --silent
    50. In dir Ghost/ghost/settings-path-manager, run yarn install --ignore-engines --ignore-scripts --silent
    51. In dir Ghost/ghost/staff-service, run yarn install --ignore-engines --ignore-scripts --silent
    52. In dir Ghost/ghost/stats-service, run yarn install --ignore-engines --ignore-scripts --silent
    53. In dir Ghost/ghost/stripe, run yarn install --ignore-engines --ignore-scripts --silent
    54. In dir Ghost/ghost/update-check-service, run yarn install --ignore-engines --ignore-scripts --silent
    55. In dir Ghost/ghost/verification-trigger, run yarn install --ignore-engines --ignore-scripts --silent
    56. In dir Ghost/ghost/version-notifications-data-service, run yarn install --ignore-engines --ignore-scripts --silent
    57. In dir Ghost, run yarn install --ignore-engines --ignore-scripts --silent
  4. Download RepoResults2/TryGhost.Ghost.replay.txt from the artifact folder
  5. npm install --no-save @typescript/server-replay
  6. npx tsreplay ./Ghost ./TryGhost.Ghost.replay.txt path/to/tsserver.js

@typescript-bot
Copy link
Collaborator Author

YMFE/yapi

⚠️ Note that typescript-4.8.3 also had errors ⚠️
Req #18762 - references
    at formatMessage (/typescript-4.8.3/lib/tsserver.js:177437:29)
    at IOSession.Session.writeMessage (/typescript-4.8.3/lib/tsserver.js:178513:31)
    at IOSession.Session.send (/typescript-4.8.3/lib/tsserver.js:178510:22)
    at IOSession.Session.doOutput (/typescript-4.8.3/lib/tsserver.js:178563:22)
    at IOSession.Session.onMessage (/typescript-4.8.3/lib/tsserver.js:180209:30)
    at Interface.<anonymous> (/typescript-4.8.3/lib/tsserver.js:184330:31)
Req #18762 - references
    at formatMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:178788:29)
    at IOSession.Session.writeMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179863:31)
    at IOSession.Session.send (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179860:22)
    at IOSession.Session.doOutput (/typescript-4.9.0-dev.20220925/lib/tsserver.js:179913:22)
    at IOSession.Session.onMessage (/typescript-4.9.0-dev.20220925/lib/tsserver.js:181559:30)
    at Interface.<anonymous> (/typescript-4.9.0-dev.20220925/lib/tsserver.js:185666:31)

Last few requests

{"seq":18759,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/common/tui-editor/dist/tui-editor-extUML.min.js","line":36,"offset":1127159,"includeExternalModuleExports":false,"includeInsertTextCompletions":true,"triggerKind":1}}
{"seq":18760,"type":"request","command":"completionEntryDetails","arguments":{"file":"@PROJECT_ROOT@/common/tui-editor/dist/tui-editor-extUML.min.js","line":36,"offset":1127159,"entryNames":["a"]}}
{"seq":18761,"type":"request","command":"completionInfo","arguments":{"file":"@PROJECT_ROOT@/common/tui-editor/dist/tui-editor-extUML.min.js","line":36,"offset":1127392,"includeExternalModuleExports":false,"includeInsertTextCompletions":true,"triggerKind":2,"triggerCharacter":"."}}
{"seq":18762,"type":"request","command":"references","arguments":{"file":"@PROJECT_ROOT@/common/tui-editor/dist/tui-editor-extUML.min.js","line":36,"offset":1127817}}

Repro Steps

  1. git clone https://github.com/YMFE/yapi --recurse-submodules
  2. In dir yapi, run git reset --hard ed6771a25a5437562f6a7c277d86a778436a0769
  3. Download RepoResults3/YMFE.yapi.replay.txt from the artifact folder
  4. npm install --no-save @typescript/server-replay
  5. npx tsreplay ./yapi ./YMFE.yapi.replay.txt path/to/tsserver.js

@DanielRosenwasser
Copy link
Member

I think these are all known.

The Cypress one is likely the tui editor one which we filed at #50868.

The Ghost one is likely #50928

@RyanCavanaugh RyanCavanaugh closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants