Skip to content

Conversation

sheetalkamat
Copy link
Member

Fixes #62194

@Copilot Copilot AI review requested due to automatic review settings September 8, 2025 22:15
@github-project-automation github-project-automation bot moved this to Not started in PR Backlog Sep 8, 2025
@typescript-bot typescript-bot added Author: Team For Milestone Bug PRs that fix a bug with a specific milestone labels Sep 8, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR changes the TypeScript compiler's behavior to assume the configuration file directory as the root directory when rootDir is not explicitly specified. Instead of requiring composite: true to enable this behavior, the change makes it apply whenever a configuration file (configFilePath) is present.

  • Removes the requirement for composite: true to use the configuration directory as the root
  • Updates the common source directory resolution logic to use configFilePath existence instead of composite && configFilePath
  • Affects output path generation, module resolution, and emit behavior

Reviewed Changes

Copilot reviewed 57 out of 59 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/compiler/utilities.ts Updates condition to use configFilePath instead of composite && configFilePath for root directory determination
src/compiler/moduleNameResolver.ts Changes module resolution to assume config directory as root when configFilePath exists
src/compiler/emitter.ts Updates emit logic to use config directory as common source directory when configFilePath is present
src/testRunner/unittests/tsbuild/outputPaths.ts Updates test expectations and adds test name differentiation
src/testRunner/unittests/helpers/monorepoSymlinkedSiblingPackages.ts Adds explicit rootDir to test configurations to maintain expected behavior
tests/baselines/reference/* Multiple baseline file updates reflecting the new output path behavior
Files not reviewed (1)
  • tests/baselines/reference/commonSourceDirectory_dts.js.map: Language not supported

@jakebailey
Copy link
Member

@typescript-bot test it

@typescript-bot
Copy link
Collaborator

typescript-bot commented Sep 8, 2025

Starting jobs; this comment will be updated as builds start and complete.

Command Status Results
test top400 ✅ Started 👀 Results
user test this ✅ Started 👀 Results
run dt ✅ Started ✅ Results
perf test this faster ✅ Started 👀 Results

@typescript-bot
Copy link
Collaborator

Hey @jakebailey, the results of running the DT tests are ready.

Everything looks the same!

You can check the log here.

@typescript-bot
Copy link
Collaborator

@jakebailey Here are the results of running the user tests with tsc comparing main and refs/pull/62418/merge:

There were infrastructure failures potentially unrelated to your change:

  • 1 instance of "Git clone failed"

Otherwise...

Something interesting changed - please have a look.

Details

pyright

/mnt/ts_downloads/_/m/pyright/build.sh

  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/build/lib/webpack.js' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/pyright: webpack.config.js(8,85)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/build/lib/webpack.js' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/pyright-internal: src/tests/lsp/webpack.testserver.config.js(8,44)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/pythonVersion.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/analyzerFileInfo.ts(13,50)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/scope.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/analyzerFileInfo.ts(17,23)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/analyzerFileInfo.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/analyzerNodeInfo.ts(24,34)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/codeFlowTypes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/analyzerNodeInfo.ts(25,37)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/importResult.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/analyzerNodeInfo.ts(27,30)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/console.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/cacheManager.ts(13,34)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/memUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/cacheManager.ts(15,56)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/deprecatedSymbols.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/checker.ts(99,59)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/importStatementUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/checker.ts(103,59)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/codeFlowUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/codeFlowEngine.ts(38,40)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/constructors.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/codeFlowEngine.ts(39,55)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/patternMatching.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/codeFlowEngine.ts(41,52)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typeComplexity.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/constraintTracker.ts(13,43)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typedDicts.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/constructorTransform.ts(21,45)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/constraintSolver.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/constructors.ts(20,47)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/constructorTransform.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/constructors.ts(22,68)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/namedTuples.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/dataClasses.ts(34,43)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/parser/parseNodes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/declaration.ts(33,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/parseTreeUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/declarationUtils.ts(16,37)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/properties.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/decorators.ts(26,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/docStringUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/docStringConversion.ts(9,40)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/configOptions.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/importResolver.ts(14,69)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/parentDirectoryCache.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/importResolver.ts(28,50)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/staticExpressions.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/namedTuples.ts(20,46)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/symbolNameUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/parameterUtils.ts(11,30)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typeUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/parameterUtils.ts(29,59)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/parser/parseNodeUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/parseTreeUtils.ts(47,59)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/parser/parser.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/parseTreeUtils.ts(48,34)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/parseTreeWalker.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/parseTreeUtils.ts(52,48)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/parseTreeUtils.ts(53,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typeGuards.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/patternMatching.ts(42,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/editAction.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/program.ts(22,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/extensibility.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/program.ts(23,46)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/analysis.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/program.ts(34,40)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/circularDependency.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/program.ts(38,36)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/tracePrinter.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/program.ts(49,36)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typeEvaluatorWithTracker.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/program.ts(51,48)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typeStubWriter.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/program.ts(53,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/logTracker.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/programTypes.ts(9,28)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/serviceProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/programTypes.ts(10,33)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/sourceFile.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/programTypes.ts(12,61)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/fileSystem.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/pythonPathUtils.ts(12,28)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/symbol.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/scope.ts(14,50)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/tomlUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/service.ts(13,23)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/commandLineOptions.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/service.ts(20,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/serviceUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/service.ts(63,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/sourceEnumerator.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/service.ts(64,34)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/cancellationUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceFile.ts(12,44)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/diagnostic.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceFile.ts(17,87)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/diagnosticRules.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceFile.ts(18,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/diagnosticSink.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceFile.ts(19,57)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/serviceProviderExtensions.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceFile.ts(26,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/binder.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceFile.ts(39,24)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/checker.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceFile.ts(40,25)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/commentUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceFile.ts(42,31)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/parseTreeCleaner.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceFile.ts(45,40)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/testWalker.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceFile.ts(48,28)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/analyzerNodeInfo.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceMapper.ts(11,35)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/sourceFileInfo.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceMapper.ts(36,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/sourceFileInfoUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceMapper.ts(37,28)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/sourceMapperUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceMapper.ts(38,33)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typeEvaluatorTypes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/sourceMapper.ts(39,31)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/declarationUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/symbol.ts(14,60)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/codeFlowEngine.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluator.ts(94,94)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/dataClasses.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluator.ts(114,82)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/decorators.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluator.ts(139,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/functionTransform.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluator.ts(148,40)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/operations.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluator.ts(155,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/protocols.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluator.ts(168,63)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/sentinel.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluator.ts(171,36)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/tuples.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluator.ts(176,103)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/constraintTracker.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluatorTypes.ts(34,35)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typeCacheUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluatorTypes.ts(39,40)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typePrinter.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluatorTypes.ts(40,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typeEvaluator.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeEvaluatorWithTracker.ts(17,55)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/enums.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeGuards.ts(28,44)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/scopeUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeGuards.ts(31,57)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/parameterUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typePrinter.ts(14,31)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typePrinterUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typePrinter.ts(16,55)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/constraintSolution.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeUtils.ts(13,59)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/symbolUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeUtils.ts(16,78)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typeWalker.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/analyzer/typeUtils.ts(75,28)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/importResolver.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/backgroundAnalysis.ts(11,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/fullAccessHost.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/backgroundAnalysis.ts(16,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/backgroundAnalysisProgram.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/backgroundAnalysisBase.ts(19,35)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/backgroundThreadBase.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/backgroundAnalysisBase.ts(30,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/host.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/backgroundAnalysisBase.ts(42,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/realFileSystem.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/backgroundThreadBase.ts(21,56)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/fileBasedCancellationUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/backgroundThreadBase.ts(27,44)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/commands/createTypeStub.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/commands/commandController.ts(13,39)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/commands/dumpFileDebugInfoCommand.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/commands/commandController.ts(14,42)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/commands/quickActionCommand.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/commands/commandController.ts(15,36)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/commands/restartServer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/commands/commandController.ts(16,38)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/analyzerServiceExecutor.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/commands/createTypeStub.ts(13,41)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/workspaceEditUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/commands/quickActionCommand.ts(11,64)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/quickActions.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/commands/quickActionCommand.ts(13,36)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/uri/uriUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/cancellationUtils.ts(14,23)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/core.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/collectionUtils.ts(9,75)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/importLogger.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/configOptions.ts(12,30)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/pythonPathUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/configOptions.ts(13,38)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/debug.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/crypto.ts(9,22)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/collectionUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/debug.ts(9,28)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/textRange.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/diagnostic.ts(13,34)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/positionUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/diagnosticSink.ts(13,39)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/docStringConversion.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/docStringService.ts(10,73)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/declaration.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/extensibility.ts(11,29)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/sourceMapper.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/extensibility.ts(15,30)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/fileWatcher.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/fileSystem.ts(13,54)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/uri/uri.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/fileWatcher.ts(9,21)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/processUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/fullAccessHost.ts(19,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/program.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/languageServerInterface.ts(9,33)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/backgroundAnalysisBase.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/languageServerInterface.ts(10,37)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/workspaceFactory.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/languageServerInterface.ts(11,27)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/timing.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/logTracker.ts(11,39)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/charCodes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/pathUtils.ts(12,22)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/stringUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/pathUtils.ts(16,74)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/parser/tokenizer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/positionUtils.ts(11,33)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/uri/fileUri.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/realFileSystem.ts(27,40)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/cacheManager.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/serviceKeys.ts(9,30)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/programTypes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/serviceKeys.ts(10,36)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/partialStubService.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/serviceProviderExtensions.ts(11,57)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/docStringService.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/serviceProviderExtensions.ts(15,59)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/languageServerInterface.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/serviceProviderExtensions.ts(17,47)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/uri/memoization.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/uri/baseUri.ts(11,31)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/uri/baseUri.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/uri/fileUri.ts(24,38)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/caseSensitivityDetector.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/uri/uri.ts(10,41)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/pathUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/uri/uri.ts(12,66)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/serviceKeys.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/uri/uri.ts(13,29)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/uri/constantUri.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/uri/uri.ts(16,29)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/uri/emptyUri.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/uri/uri.ts(17,26)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/uri/webUri.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/common/uri/uri.ts(19,24)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/extensions.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(12,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/commands/commandResult.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(87,31)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/docRange.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(97,31)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/lspUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(107,52)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/callHierarchyProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(115,39)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/completionProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(116,56)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/definitionProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(117,78)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/documentHighlightProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(118,43)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/documentSymbolProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(120,40)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/dynamicFeature.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(121,49)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/fileWatcherDynamicFeature.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(122,43)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/hoverProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(123,31)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/renameProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(126,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/signatureHelpProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(127,39)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/workspaceSymbolProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(128,41)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageServerBase.ts(131,59)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/symbolIndexer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageService/autoImporter.ts(41,32)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/referencesProvider.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageService/callHierarchyProvider.ts(38,54)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/commandUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageService/codeActionProvider.ts(13,31)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/typeDocStringUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageService/completionProvider.ts(44,61)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/autoImporter.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageService/completionProvider.ts(124,71)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/completionProviderUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageService/completionProvider.ts(130,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/tooltipUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageService/completionProviderUtils.ts(30,35)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/importSorter.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageService/quickActions.ts(15,30)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/documentSymbolCollector.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageService/referencesProvider.ts(34,59)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/languageService/navigationUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/languageService/referencesProvider.ts(35,49)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/backgroundAnalysis.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/nodeMain.ts(9,42)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/nodeServer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/nodeMain.ts(11,21)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/server.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/nodeMain.ts(12,31)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/asyncInitialization.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/nodeServer.ts(13,40)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/parser/unicode.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/parser/characters.ts(14,26)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/localization/localize.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/parser/parser.ts(38,41)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/parser/stringTokenUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/parser/parser.ts(133,35)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/textRangeCollection.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/parser/tokenizer.ts(16,37)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/parser/characters.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/parser/tokenizer.ts(25,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/parser/characterStream.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/parser/tokenizer.ts(26,33)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/parser/tokenizerTypes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/parser/tokenizer.ts(48,8)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/analyzer/pyTypedUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/partialStubService.ts(12,45)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/pathConsts.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/partialStubService.ts(15,29)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/readonlyAugmentedFileSystem.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/pyrightFileSystem.ts(13,45)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/common/uri/uriMap.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/readonlyAugmentedFileSystem.ts(15,24)
  • [NEW] error TS6059: File '/mnt/ts_downloads/_/m/pyright/pyright/packages/pyright-internal/src/commands/commandController.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expected to contain all source files.
    • /mnt/ts_downloads/_/m/pyright/vscode-pyright: ../pyright-internal/src/server.ts(24,35)
  • [NEW] `error TS6059
    :error: Truncated - see log for full output :error:

@typescript-bot
Copy link
Collaborator

@jakebailey
The results of the perf run you requested are in!

Here they are:

tsc

Comparison Report - baseline..pr
Metric baseline pr Delta Best Worst p-value
Compiler-Unions - node (v18.15.0, x64)
Errors 34 34 ~ ~ ~ p=1.000 n=6
Symbols 62,370 62,370 ~ ~ ~ p=1.000 n=6
Types 50,386 50,386 ~ ~ ~ p=1.000 n=6
Memory used 193,526k (± 0.77%) 193,523k (± 0.75%) ~ 192,897k 196,507k p=0.575 n=6
Parse Time 1.30s (± 0.69%) 1.31s (± 0.75%) ~ 1.29s 1.32s p=0.142 n=6
Bind Time 0.73s (± 0.56%) 0.73s ~ ~ ~ p=0.405 n=6
Check Time 9.72s (± 0.23%) 9.76s (± 0.27%) +0.04s (+ 0.41%) 9.73s 9.80s p=0.034 n=6
Emit Time 2.73s (± 0.83%) 2.73s (± 0.69%) ~ 2.71s 2.75s p=0.739 n=6
Total Time 14.47s (± 0.28%) 14.53s (± 0.30%) ~ 14.47s 14.59s p=0.063 n=6
angular-1 - node (v18.15.0, x64)
Errors 1 1 ~ ~ ~ p=1.000 n=6
Symbols 948,914 948,914 ~ ~ ~ p=1.000 n=6
Types 410,884 410,884 ~ ~ ~ p=1.000 n=6
Memory used 1,246,615k (± 0.00%) 1,246,615k (± 0.01%) ~ 1,246,512k 1,246,757k p=0.687 n=6
Parse Time 6.57s (± 0.98%) 6.51s (± 0.87%) ~ 6.46s 6.61s p=0.258 n=6
Bind Time 1.88s (± 0.27%) 1.87s (± 0.44%) ~ 1.86s 1.88s p=0.523 n=6
Check Time 32.25s (± 0.17%) 32.24s (± 0.24%) ~ 32.14s 32.36s p=0.872 n=6
Emit Time 14.79s (± 0.23%) 14.82s (± 0.34%) ~ 14.74s 14.88s p=0.470 n=6
Total Time 55.48s (± 0.14%) 55.44s (± 0.27%) ~ 55.28s 55.65s p=0.689 n=6
mui-docs - node (v18.15.0, x64)
Errors 0 11,385 🔻+11,385 (+ ∞%) ~ ~ p=0.001 n=6
Symbols 2,542,217 2,542,217 ~ ~ ~ p=1.000 n=6
Types 902,596 902,596 ~ ~ ~ p=1.000 n=6
Memory used 2,827,800k (± 0.00%) 2,841,923k (± 0.00%) +14,123k (+ 0.50%) 2,841,869k 2,842,006k p=0.005 n=6
Parse Time 8.76s (± 0.23%) 8.73s (± 0.25%) -0.03s (- 0.36%) 8.70s 8.76s p=0.043 n=6
Bind Time 2.19s (± 0.89%) 2.19s (± 0.24%) ~ 2.19s 2.20s p=0.451 n=6
Check Time 85.94s (± 0.17%) 86.28s (± 1.25%) ~ 85.48s 88.40s p=0.810 n=6
Emit Time 0.30s (± 1.79%) 1.54s (±62.68%) ~ 0.30s 2.35s p=0.056 n=6
Total Time 97.20s (± 0.15%) 98.75s (± 0.69%) +1.55s (+ 1.60%) 97.58s 99.65s p=0.005 n=6
self-build-src - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 1,236,922 1,236,928 +6 (+ 0.00%) ~ ~ p=0.001 n=6
Types 259,638 259,638 ~ ~ ~ p=1.000 n=6
Memory used 2,629,443k (±14.26%) 2,507,868k (±11.81%) ~ 2,386,474k 3,113,257k p=0.471 n=6
Parse Time 5.22s (± 1.42%) 5.24s (± 1.28%) ~ 5.18s 5.36s p=0.575 n=6
Bind Time 1.80s (± 0.86%) 1.81s (± 1.28%) ~ 1.77s 1.83s p=0.511 n=6
Check Time 35.18s (± 0.59%) 35.19s (± 0.52%) ~ 35.02s 35.54s p=0.936 n=6
Emit Time 3.00s (± 0.80%) 3.02s (± 1.08%) ~ 2.96s 3.05s p=0.258 n=6
Total Time 45.22s (± 0.56%) 45.27s (± 0.43%) ~ 45.09s 45.64s p=0.470 n=6
self-build-src-public-api - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 1,236,922 1,236,928 +6 (+ 0.00%) ~ ~ p=0.001 n=6
Types 259,638 259,638 ~ ~ ~ p=1.000 n=6
Memory used 3,060,602k (± 9.65%) 2,966,080k (±11.34%) ~ 2,457,011k 3,182,186k p=0.378 n=6
Parse Time 8.50s (± 0.87%) 8.50s (± 0.80%) ~ 8.41s 8.58s p=0.936 n=6
Bind Time 2.69s (± 0.30%) 2.69s (± 1.28%) ~ 2.66s 2.74s p=0.378 n=6
Check Time 52.67s (± 0.35%) 52.42s (± 0.55%) ~ 51.99s 52.80s p=0.173 n=6
Emit Time 4.40s (± 2.46%) 4.46s (± 4.40%) ~ 4.32s 4.85s p=1.000 n=6
Total Time 68.25s (± 0.33%) 68.06s (± 0.44%) ~ 67.49s 68.36s p=0.092 n=6
self-compiler - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 262,416 262,416 ~ ~ ~ p=1.000 n=6
Types 103,917 103,917 ~ ~ ~ p=1.000 n=6
Memory used 441,654k (± 0.01%) 441,677k (± 0.01%) ~ 441,620k 441,743k p=0.471 n=6
Parse Time 3.56s (± 1.17%) 3.56s (± 0.73%) ~ 3.53s 3.60s p=0.809 n=6
Bind Time 1.34s (± 0.56%) 1.34s (± 1.22%) ~ 1.32s 1.36s p=0.805 n=6
Check Time 18.96s (± 0.45%) 18.98s (± 0.57%) ~ 18.84s 19.10s p=1.000 n=6
Emit Time 1.52s (± 1.07%) 1.54s (± 0.96%) ~ 1.52s 1.56s p=0.118 n=6
Total Time 25.38s (± 0.48%) 25.41s (± 0.45%) ~ 25.29s 25.58s p=0.688 n=6
ts-pre-modules - node (v18.15.0, x64)
Errors 72 72 ~ ~ ~ p=1.000 n=6
Symbols 225,367 225,367 ~ ~ ~ p=1.000 n=6
Types 94,290 94,290 ~ ~ ~ p=1.000 n=6
Memory used 371,132k (± 0.01%) 371,219k (± 0.04%) ~ 371,069k 371,516k p=0.689 n=6
Parse Time 3.59s (± 1.02%) 3.61s (± 1.21%) ~ 3.56s 3.67s p=0.629 n=6
Bind Time 1.97s (± 0.83%) 1.98s (± 1.77%) ~ 1.94s 2.02s p=0.809 n=6
Check Time 20.39s (± 0.34%) 20.42s (± 0.35%) ~ 20.35s 20.54s p=0.375 n=6
Emit Time 0.00s 0.00s ~ ~ ~ p=1.000 n=6
Total Time 25.95s (± 0.26%) 26.01s (± 0.41%) ~ 25.84s 26.12s p=0.298 n=6
vscode - node (v18.15.0, x64)
Errors 1 1 ~ ~ ~ p=1.000 n=6
Symbols 3,886,484 3,886,484 ~ ~ ~ p=1.000 n=6
Types 1,224,707 1,224,707 ~ ~ ~ p=1.000 n=6
Memory used 3,711,200k (± 0.01%) 3,710,987k (± 0.01%) ~ 3,710,737k 3,711,359k p=0.230 n=6
Parse Time 18.84s (± 0.49%) 18.83s (± 0.42%) ~ 18.73s 18.92s p=1.000 n=6
Bind Time 6.03s (± 0.51%) 6.07s (± 0.59%) ~ 6.02s 6.12s p=0.064 n=6
Check Time 127.68s (± 4.04%) 125.29s (± 3.17%) ~ 122.44s 132.80s p=0.378 n=6
Emit Time 48.83s (±12.63%) 41.47s (± 8.93%) 🟩-7.37s (-15.09%) 37.22s 46.00s p=0.045 n=6
Total Time 201.38s (± 3.54%) 191.65s (± 2.44%) 🟩-9.73s (- 4.83%) 184.74s 196.53s p=0.045 n=6
webpack - node (v18.15.0, x64)
Errors 37 37 ~ ~ ~ p=1.000 n=6
Symbols 361,810 361,810 ~ ~ ~ p=1.000 n=6
Types 159,274 159,274 ~ ~ ~ p=1.000 n=6
Memory used 519,300k (± 0.04%) 519,330k (± 0.05%) ~ 519,059k 519,680k p=0.936 n=6
Parse Time 4.63s (± 0.67%) 4.61s (± 0.69%) ~ 4.57s 4.66s p=0.687 n=6
Bind Time 1.92s (± 1.53%) 1.93s (± 1.34%) ~ 1.90s 1.97s p=0.686 n=6
Check Time 22.10s (± 1.29%) 22.28s (± 1.64%) ~ 21.83s 22.66s p=0.471 n=6
Emit Time 0.00s (±154.76%) 0.00s ~ ~ ~ p=0.174 n=6
Total Time 28.65s (± 0.96%) 28.82s (± 1.28%) ~ 28.36s 29.25s p=0.575 n=6
xstate-main - node (v18.15.0, x64)
Errors 30 30 ~ ~ ~ p=1.000 n=6
Symbols 668,461 668,461 ~ ~ ~ p=1.000 n=6
Types 200,558 200,558 ~ ~ ~ p=1.000 n=6
Memory used 573,837k (± 0.03%) 573,852k (± 0.02%) ~ 573,723k 574,004k p=0.689 n=6
Parse Time 4.26s (± 0.99%) 4.27s (± 0.62%) ~ 4.23s 4.29s p=1.000 n=6
Bind Time 1.33s (± 0.82%) 1.33s (± 1.74%) ~ 1.29s 1.36s p=0.672 n=6
Check Time 20.53s (± 1.74%) 20.36s (± 2.13%) ~ 19.93s 20.80s p=0.687 n=6
Emit Time 0.00s 0.00s ~ ~ ~ p=1.000 n=6
Total Time 26.12s (± 1.49%) 25.96s (± 1.71%) ~ 25.53s 26.39s p=0.335 n=6
System info unknown
Hosts
  • node (v18.15.0, x64)
Scenarios
  • Compiler-Unions - node (v18.15.0, x64)
  • angular-1 - node (v18.15.0, x64)
  • mui-docs - node (v18.15.0, x64)
  • self-build-src - node (v18.15.0, x64)
  • self-build-src-public-api - node (v18.15.0, x64)
  • self-compiler - node (v18.15.0, x64)
  • ts-pre-modules - node (v18.15.0, x64)
  • vscode - node (v18.15.0, x64)
  • webpack - node (v18.15.0, x64)
  • xstate-main - node (v18.15.0, x64)
Benchmark Name Iterations
Current pr 6
Baseline baseline 6

Developer Information:

Download Benchmarks

@jakebailey
Copy link
Member

Ouch, looking bad for pyright and mui-docs.

@typescript-bot
Copy link
Collaborator

@jakebailey Here are the results of running the top 400 repos with tsc comparing main and refs/pull/62418/merge:

Something interesting changed - please have a look.

Details

better-auth/better-auth

9 of 11 projects failed to build with the old tsc and were ignored

e2e/smoke/test/fixtures/cloudflare/tsconfig.json

e2e/integration/vanilla-node/tsconfig.json

continuedev/continue

14 of 19 projects failed to build with the old tsc and were ignored

binary/tsconfig.json

FaridSafi/react-native-gifted-chat

example/tsconfig.json

  • error TS6059: File '/mnt/ts_downloads/_/m/react-native-gifted-chat/src/hooks/useUpdateLayoutEffect.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/react-native-gifted-chat/example'. 'rootDir' is expected to contain all source files.
    • Project Scope
  • error TS6059: File '/mnt/ts_downloads/_/m/react-native-gifted-chat/src/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/react-native-gifted-chat/example'. 'rootDir' is expected to contain all source files.
    • Project Scope

feathersjs/feathers

21 of 27 projects failed to build with the old tsc and were ignored

packages/authentication/tsconfig.json

packages/adapter-commons/tsconfig.json

immich-app/immich

2 of 7 projects failed to build with the old tsc and were ignored

e2e/tsconfig.json

cli/tsconfig.json

javascript-obfuscator/javascript-obfuscator

src/tsconfig.typings.json

  • error TS6059: File '/mnt/ts_downloads/_/m/javascript-obfuscator/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/javascript-obfuscator/src'. 'rootDir' is expected to contain all source files.
    • Project Scope

microsoft/vscode

7 of 61 projects failed to build with the old tsc and were ignored

extensions/markdown-language-features/preview-src/tsconfig.json

  • error TS6059: File '/mnt/ts_downloads/_/m/vscode/extensions/markdown-language-features/src/util/schemes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/vscode/extensions/markdown-language-features/preview-src'. 'rootDir' is expected to contain all source files.

prisma/prisma

146 of 182 projects failed to build with the old tsc and were ignored

packages/instrumentation/tsconfig.build.json

packages/engines/tsconfig.build.json

  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/debug/src/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/utils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/get-platform/src/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/chmodPlusX.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/cleanupCache.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/downloadZip.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/env.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/getHash.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/log.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/getProxyAgent.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/BinaryType.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/fetch-engine/src/download.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/get-platform/src/logger.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/get-platform/src/assertNodeAPISupported.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/get-platform/src/binaryTargets.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/get-platform/src/getNodeAPIName.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/get-platform/src/getPlatform.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/get-platform/src/link.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/get-platform/src/test-utils/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/prisma/packages/get-platform/src/test-utils/jestContext.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/prisma/packages/engines'. 'rootDir' is expected to contain all source files.

packages/client/tests/e2e/generator-config-types/tsconfig.json

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

reduxjs/redux-devtools

25 of 58 projects failed to build with the old tsc and were ignored

packages/redux-devtools-app/tsconfig.json

packages/redux-devtools-app/tsconfig.demo.json

packages/redux-devtools/tsconfig.test.json

packages/redux-devtools/tsconfig.json

packages/redux-devtools/examples/todomvc/tsconfig.json

packages/redux-devtools/examples/counter/tsconfig.json

packages/react-dock/demo/tsconfig.json

packages/d3-state-visualizer/tsconfig.json

packages/d3-state-visualizer/examples/tree/tsconfig.json

extension/tsconfig.json

rjsf-team/react-jsonschema-form

16 of 23 projects failed to build with the old tsc and were ignored

packages/validator-ajv8/tsconfig.replacer.json

  • error TS6059: File '/mnt/ts_downloads/_/m/react-jsonschema-form/tsc-alias-replacer/ajvReplacer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/react-jsonschema-form/packages/validator-ajv8'. 'rootDir' is expected to contain all source files.
    • Project Scope
  • error TS6059: File '/mnt/ts_downloads/_/m/react-jsonschema-form/tsc-alias-replacer/lodashReplacer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/react-jsonschema-form/packages/validator-ajv8'. 'rootDir' is expected to contain all source files.
    • Project Scope

packages/utils/tsconfig.replacer.json

  • error TS6059: File '/mnt/ts_downloads/_/m/react-jsonschema-form/tsc-alias-replacer/lodashReplacer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/react-jsonschema-form/packages/utils'. 'rootDir' is expected to contain all source files.
    • Project Scope

packages/shadcn/tsconfig.replacer.json

  • error TS6059: File '/mnt/ts_downloads/_/m/react-jsonschema-form/tsc-alias-replacer/lodashReplacer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/react-jsonschema-form/packages/shadcn'. 'rootDir' is expected to contain all source files.
    • Project Scope

packages/core/tsconfig.replacer.json

  • error TS6059: File '/mnt/ts_downloads/_/m/react-jsonschema-form/tsc-alias-replacer/lodashReplacer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/react-jsonschema-form/packages/core'. 'rootDir' is expected to contain all source files.
    • Project Scope

packages/antd/tsconfig.replacer.json

  • error TS6059: File '/mnt/ts_downloads/_/m/react-jsonschema-form/tsc-alias-replacer/lodashReplacer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/react-jsonschema-form/packages/antd'. 'rootDir' is expected to contain all source files.
    • Project Scope

socketio/socket.io

22 of 33 projects failed to build with the old tsc and were ignored

packages/engine.io-client/tsconfig.json

examples/basic-crud-application/server/tsconfig.json

  • error TS6059: File '/mnt/ts_downloads/_/m/socket.io/examples/basic-crud-application/common/events.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/socket.io/examples/basic-crud-application/server'. 'rootDir' is expected to contain all source files.

t3-oss/create-t3-app

2 of 5 projects failed to build with the old tsc and were ignored

cli/tsconfig.json

  • error TS6059: File '/mnt/ts_downloads/_/m/create-t3-app/prettier.config.mjs' is not under 'rootDir' '/mnt/ts_downloads/_/m/create-t3-app/cli'. 'rootDir' is expected to contain all source files.

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

trpc/trpc

36 of 42 projects failed to build with the old tsc and were ignored

packages/tests/tsconfig.json

  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/internals/TRPCUntypedClient.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/createTRPCUntypedClient.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/createTRPCClient.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/getFetch.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/internals/createChain.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/HTTPBatchLinkOptions.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/httpBatchLink.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/httpBatchStreamLink.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/httpLink.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/loggerLink.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/splitLink.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/wsLink/wsLink.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/httpSubscriptionLink.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/retryLink.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/localLink.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/internals/httpUtils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/internals/dataLoader.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/internals/signals.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/rpc.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/internals/inputWithTrackedEventId.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/unstable-internals.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/internals/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/TRPCClientError.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/internals/subscriptions.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/internals/contentTypes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/wsLink/wsClient/options.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/wsLink/wsClient/wsClient.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/internals/urlWithConnectionParams.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/wsLink/wsClient/utils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/wsLink/wsClient/requestManager.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/wsLink/wsClient/wsConnection.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links/wsLink/createWsClient.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/internals/transformer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/next/src/withTRPC.tsx' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/next/src/createTRPCNext.tsx' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/internals/useQueries.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/hooks/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/createTRPCQueryUtils.tsx' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/internals/getQueryKey.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/createTRPCReact.tsx' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/server/ssgProxy.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/internals/context.tsx' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/internals/getClientArgs.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/internals/trpcResult.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/utils/createUtilityFunctions.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/proxy/useQueriesProxy.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/proxy/decorationProxy.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/proxy/utilsProxy.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/hooks/createRootHooks.tsx' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/queryClient.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/polymorphism/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/polymorphism/mutationLike.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/polymorphism/queryLike.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/polymorphism/routerLike.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/polymorphism/utilsLike.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/shared/hooks/createHooksInternal.tsx' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/utils/inferReactQueryProcedure.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/standalone.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/ws.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/vendor/cookie-es/set-cookie/split.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/aws-lambda/getPlanner.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/fastify/fastifyRequestHandler.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/fastify/fastifyTRPCPlugin.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/fetch/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/fetch/fetchRequestHandler.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/node-http/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/node-http/nodeHTTPRequestHandler.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/@trpc/server/http.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/node-http/incomingMessageToRequest.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/node-http/writeResponse.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/node-http/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/@trpc/server/rpc.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/http.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/@trpc/server/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/observable/observable.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/observable/operators.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/observable/behaviorSubject.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/observable/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/clientish/inference.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/error/getErrorShape.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/http/contentType.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/http/contentTypeParsers.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/http/formDataToObject.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/http/resolveResponse.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/initTRPC.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/observable/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/procedure.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/router.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/clientish/inferrable.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/clientish/serialize.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/rpc/codes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/utils.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/rpc/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/http/parseConnectionParams.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/vendor/standard-schema-v1/error.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/error/TRPCError.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/parser.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/procedureBuilder.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/middleware.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/tracked.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/jsonl.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/sse.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/createProxy.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/error/formatter.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/http/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/transformer.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/vendor/is-plain-object.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/utils/asyncIterable.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/utils/createDeferred.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/utils/mergeAsyncIterables.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/utils/readableStreamFrom.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/utils/withPing.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/sse.types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/vendor/unpromise/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/http/abortError.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/utils/disposable.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/stream/utils/timerResource.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import/rootConfig.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/vendor/standard-schema-v1/spec.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/vendor/unpromise/unpromise.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/vendor/unpromise/types.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/__tests__/trpcServerResource.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/next/src/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/aws-lambda/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/express.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/fastify/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/fetch/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/adapters/next.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/__tests__/waitError.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/__tests__/testClientResource.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/__tests__/suppressLogs.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/__tests__/fakeTimersResource.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/__tests__/iterableEventEmitter.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/server/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/react-query/src/index.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/vitest.config.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tests'. 'rootDir' is expected to contain all source files.

packages/tanstack-react-query/tsconfig.json

  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/__tests__/trpcServerResource.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tanstack-react-query'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/server/src/unstable-core-do-not-import.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tanstack-react-query'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/internals/TRPCUntypedClient.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tanstack-react-query'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/createTRPCUntypedClient.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tanstack-react-query'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/createTRPCClient.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tanstack-react-query'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/getFetch.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tanstack-react-query'. 'rootDir' is expected to contain all source files.
  • error TS6059: File '/mnt/ts_downloads/_/m/trpc/packages/client/src/links.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/trpc/packages/tanstack-react-query'. 'rootDir' is expected to contain all source files.
  • `error TS6059: File '/mnt/ts_downloads//m/trpc/packages/client/src/links/internals/createChain.ts' is not under 'rootDir' '/mnt/ts_downloads//m/trpc/packages/tanstack-react-query'. 'rootD
    :error: Truncated - see log for full output :error:

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 400 repos suite

Details

voideditor/void

24 of 58 projects failed to build with the old tsc and were ignored

extensions/markdown-language-features/preview-src/tsconfig.json

  • error TS6059: File '/mnt/ts_downloads/_/m/void/extensions/markdown-language-features/src/util/schemes.ts' is not under 'rootDir' '/mnt/ts_downloads/_/m/void/extensions/markdown-language-features/preview-src'. 'rootDir' is expected to contain all source files.

vuetifyjs/vuetify

3 of 7 projects failed to build with the old tsc and were ignored

packages/docs/tsconfig.json

@RyanCavanaugh
Copy link
Member

This seems correct but the fallout in resolution in these projects seems like a non sequitur. This is because paths are relative to rootDir ?

@jakebailey
Copy link
Member

For pyright, both baseUrl and rootDir are unset (hence them changing): https://github.com/microsoft/pyright/blob/main/packages/pyright/tsconfig.json

Perhaps this just means they could explicitly define rootDir to be a parent dir? IIRC the layout should really have used project references, but instead has every project emit each other's files into their own dist (for better or for worse.... mainly the latter).

@sheetalkamat
Copy link
Member Author

I think its "tryLoadInputFileForPath" where it tries to guess the input path where there is change in behavior of what we do if "rootDir" is known vs computed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Milestone Bug PRs that fix a bug with a specific milestone
Projects
Status: Not started
Development

Successfully merging this pull request may close these issues.

Assume rootDir is the current configuration directory
4 participants