Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Assume rootDir is the current configuration directory#62418

New issue

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

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

Already on GitHub?Sign in to your account

Open
sheetalkamat wants to merge10 commits intomain
base:main
Choose a base branch
Loading
fromrootDir

Conversation

sheetalkamat
Copy link
Member

Fixes#62194

@CopilotCopilotAI review requested due to automatic review settingsSeptember 8, 2025 22:15
@github-project-automationgithub-project-automationbot moved this toNot started inPR BacklogSep 8, 2025
@typescript-bottypescript-bot added Author: Team For Milestone BugPRs that fix a bug with a specific milestone labelsSep 8, 2025
Copy link

@CopilotCopilotAI 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 whenrootDir is not explicitly specified. Instead of requiringcomposite: true to enable this behavior, the change makes it apply whenever a configuration file (configFilePath) is present.

  • Removes the requirement forcomposite: true to use the configuration directory as the root
  • Updates the common source directory resolution logic to useconfigFilePath existence instead ofcomposite && 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
FileDescription
src/compiler/utilities.tsUpdates condition to use configFilePath instead of composite && configFilePath for root directory determination
src/compiler/moduleNameResolver.tsChanges module resolution to assume config directory as root when configFilePath exists
src/compiler/emitter.tsUpdates emit logic to use config directory as common source directory when configFilePath is present
src/testRunner/unittests/tsbuild/outputPaths.tsUpdates test expectations and adds test name differentiation
src/testRunner/unittests/helpers/monorepoSymlinkedSiblingPackages.tsAdds 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 reacted with thumbs up emoji

@typescript-bot
Copy link
Collaborator

typescript-bot commentedSep 8, 2025
edited
Loading

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

CommandStatusResults
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 comparingmain andrefs/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
MetricbaselineprDeltaBestWorstp-value
Compiler-Unions - node (v18.15.0, x64)
Errors3434~~~p=1.000 n=6
Symbols62,37062,370~~~p=1.000 n=6
Types50,38650,386~~~p=1.000 n=6
Memory used193,526k (± 0.77%)193,523k (± 0.75%)~192,897k196,507kp=0.575 n=6
Parse Time1.30s (± 0.69%)1.31s (± 0.75%)~1.29s1.32sp=0.142 n=6
Bind Time0.73s (± 0.56%)0.73s~~~p=0.405 n=6
Check Time9.72s (± 0.23%)9.76s (± 0.27%)+0.04s (+ 0.41%)9.73s9.80sp=0.034 n=6
Emit Time2.73s (± 0.83%)2.73s (± 0.69%)~2.71s2.75sp=0.739 n=6
Total Time14.47s (± 0.28%)14.53s (± 0.30%)~14.47s14.59sp=0.063 n=6
angular-1 - node (v18.15.0, x64)
Errors11~~~p=1.000 n=6
Symbols948,914948,914~~~p=1.000 n=6
Types410,884410,884~~~p=1.000 n=6
Memory used1,246,615k (± 0.00%)1,246,615k (± 0.01%)~1,246,512k1,246,757kp=0.687 n=6
Parse Time6.57s (± 0.98%)6.51s (± 0.87%)~6.46s6.61sp=0.258 n=6
Bind Time1.88s (± 0.27%)1.87s (± 0.44%)~1.86s1.88sp=0.523 n=6
Check Time32.25s (± 0.17%)32.24s (± 0.24%)~32.14s32.36sp=0.872 n=6
Emit Time14.79s (± 0.23%)14.82s (± 0.34%)~14.74s14.88sp=0.470 n=6
Total Time55.48s (± 0.14%)55.44s (± 0.27%)~55.28s55.65sp=0.689 n=6
mui-docs - node (v18.15.0, x64)
Errors011,385🔻+11,385 (+ ∞%)~~p=0.001 n=6
Symbols2,542,2172,542,217~~~p=1.000 n=6
Types902,596902,596~~~p=1.000 n=6
Memory used2,827,800k (± 0.00%)2,841,923k (± 0.00%)+14,123k (+ 0.50%)2,841,869k2,842,006kp=0.005 n=6
Parse Time8.76s (± 0.23%)8.73s (± 0.25%)-0.03s (- 0.36%)8.70s8.76sp=0.043 n=6
Bind Time2.19s (± 0.89%)2.19s (± 0.24%)~2.19s2.20sp=0.451 n=6
Check Time85.94s (± 0.17%)86.28s (± 1.25%)~85.48s88.40sp=0.810 n=6
Emit Time0.30s (± 1.79%)1.54s (±62.68%)~0.30s2.35sp=0.056 n=6
Total Time97.20s (± 0.15%)98.75s (± 0.69%)+1.55s (+ 1.60%)97.58s99.65sp=0.005 n=6
self-build-src - node (v18.15.0, x64)
Errors00~~~p=1.000 n=6
Symbols1,236,9221,236,928+6 (+ 0.00%)~~p=0.001 n=6
Types259,638259,638~~~p=1.000 n=6
Memory used2,629,443k (±14.26%)2,507,868k (±11.81%)~2,386,474k3,113,257kp=0.471 n=6
Parse Time5.22s (± 1.42%)5.24s (± 1.28%)~5.18s5.36sp=0.575 n=6
Bind Time1.80s (± 0.86%)1.81s (± 1.28%)~1.77s1.83sp=0.511 n=6
Check Time35.18s (± 0.59%)35.19s (± 0.52%)~35.02s35.54sp=0.936 n=6
Emit Time3.00s (± 0.80%)3.02s (± 1.08%)~2.96s3.05sp=0.258 n=6
Total Time45.22s (± 0.56%)45.27s (± 0.43%)~45.09s45.64sp=0.470 n=6
self-build-src-public-api - node (v18.15.0, x64)
Errors00~~~p=1.000 n=6
Symbols1,236,9221,236,928+6 (+ 0.00%)~~p=0.001 n=6
Types259,638259,638~~~p=1.000 n=6
Memory used3,060,602k (± 9.65%)2,966,080k (±11.34%)~2,457,011k3,182,186kp=0.378 n=6
Parse Time8.50s (± 0.87%)8.50s (± 0.80%)~8.41s8.58sp=0.936 n=6
Bind Time2.69s (± 0.30%)2.69s (± 1.28%)~2.66s2.74sp=0.378 n=6
Check Time52.67s (± 0.35%)52.42s (± 0.55%)~51.99s52.80sp=0.173 n=6
Emit Time4.40s (± 2.46%)4.46s (± 4.40%)~4.32s4.85sp=1.000 n=6
Total Time68.25s (± 0.33%)68.06s (± 0.44%)~67.49s68.36sp=0.092 n=6
self-compiler - node (v18.15.0, x64)
Errors00~~~p=1.000 n=6
Symbols262,416262,416~~~p=1.000 n=6
Types103,917103,917~~~p=1.000 n=6
Memory used441,654k (± 0.01%)441,677k (± 0.01%)~441,620k441,743kp=0.471 n=6
Parse Time3.56s (± 1.17%)3.56s (± 0.73%)~3.53s3.60sp=0.809 n=6
Bind Time1.34s (± 0.56%)1.34s (± 1.22%)~1.32s1.36sp=0.805 n=6
Check Time18.96s (± 0.45%)18.98s (± 0.57%)~18.84s19.10sp=1.000 n=6
Emit Time1.52s (± 1.07%)1.54s (± 0.96%)~1.52s1.56sp=0.118 n=6
Total Time25.38s (± 0.48%)25.41s (± 0.45%)~25.29s25.58sp=0.688 n=6
ts-pre-modules - node (v18.15.0, x64)
Errors7272~~~p=1.000 n=6
Symbols225,367225,367~~~p=1.000 n=6
Types94,29094,290~~~p=1.000 n=6
Memory used371,132k (± 0.01%)371,219k (± 0.04%)~371,069k371,516kp=0.689 n=6
Parse Time3.59s (± 1.02%)3.61s (± 1.21%)~3.56s3.67sp=0.629 n=6
Bind Time1.97s (± 0.83%)1.98s (± 1.77%)~1.94s2.02sp=0.809 n=6
Check Time20.39s (± 0.34%)20.42s (± 0.35%)~20.35s20.54sp=0.375 n=6
Emit Time0.00s0.00s~~~p=1.000 n=6
Total Time25.95s (± 0.26%)26.01s (± 0.41%)~25.84s26.12sp=0.298 n=6
vscode - node (v18.15.0, x64)
Errors11~~~p=1.000 n=6
Symbols3,886,4843,886,484~~~p=1.000 n=6
Types1,224,7071,224,707~~~p=1.000 n=6
Memory used3,711,200k (± 0.01%)3,710,987k (± 0.01%)~3,710,737k3,711,359kp=0.230 n=6
Parse Time18.84s (± 0.49%)18.83s (± 0.42%)~18.73s18.92sp=1.000 n=6
Bind Time6.03s (± 0.51%)6.07s (± 0.59%)~6.02s6.12sp=0.064 n=6
Check Time127.68s (± 4.04%)125.29s (± 3.17%)~122.44s132.80sp=0.378 n=6
Emit Time48.83s (±12.63%)41.47s (± 8.93%)🟩-7.37s (-15.09%)37.22s46.00sp=0.045 n=6
Total Time201.38s (± 3.54%)191.65s (± 2.44%)🟩-9.73s (- 4.83%)184.74s196.53sp=0.045 n=6
webpack - node (v18.15.0, x64)
Errors3737~~~p=1.000 n=6
Symbols361,810361,810~~~p=1.000 n=6
Types159,274159,274~~~p=1.000 n=6
Memory used519,300k (± 0.04%)519,330k (± 0.05%)~519,059k519,680kp=0.936 n=6
Parse Time4.63s (± 0.67%)4.61s (± 0.69%)~4.57s4.66sp=0.687 n=6
Bind Time1.92s (± 1.53%)1.93s (± 1.34%)~1.90s1.97sp=0.686 n=6
Check Time22.10s (± 1.29%)22.28s (± 1.64%)~21.83s22.66sp=0.471 n=6
Emit Time0.00s (±154.76%)0.00s~~~p=0.174 n=6
Total Time28.65s (± 0.96%)28.82s (± 1.28%)~28.36s29.25sp=0.575 n=6
xstate-main - node (v18.15.0, x64)
Errors3030~~~p=1.000 n=6
Symbols668,461668,461~~~p=1.000 n=6
Types200,558200,558~~~p=1.000 n=6
Memory used573,837k (± 0.03%)573,852k (± 0.02%)~573,723k574,004kp=0.689 n=6
Parse Time4.26s (± 0.99%)4.27s (± 0.62%)~4.23s4.29sp=1.000 n=6
Bind Time1.33s (± 0.82%)1.33s (± 1.74%)~1.29s1.36sp=0.672 n=6
Check Time20.53s (± 1.74%)20.36s (± 2.13%)~19.93s20.80sp=0.687 n=6
Emit Time0.00s0.00s~~~p=1.000 n=6
Total Time26.12s (± 1.49%)25.96s (± 1.71%)~25.53s26.39sp=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)
BenchmarkNameIterations
Currentpr6
Baselinebaseline6

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 comparingmain andrefs/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 becausepaths are relative torootDir ?

@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
MemberAuthor

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

@jakebailey
Copy link
Member

Are we still doing this despite the large number of breaks? Or are they all just the same project breaking repeatedly?

@typescript-bot user test this

typescript-bot reacted with thumbs up emoji

@typescript-bot
Copy link
Collaborator

typescript-bot commentedOct 1, 2025
edited
Loading

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

CommandStatusResults
user test this✅ Started👀 Results

@typescript-bot
Copy link
Collaborator

@jakebailey Here are the results of running the user tests with tsc comparingmain andrefs/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

fp-ts

tsconfig.build-es6.json

  • [NEW]error TS5011: Inferred common source directory differs from tsconfig directory, output layout will be changed.

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the user tests suite

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: File '/mnt/ts_downloads//m/pyright/pyright/packages/pyright-internal/src/common/envVarUtils.ts' is not under 'rootDir' '/mnt/ts_downloads//m/pyright/pyright/packages/vscode-pyright'. 'rootDir' is expect
    :error: Truncated - see log for full output :error:

@sheetalkamat
Copy link
MemberAuthor

Are we still doing this despite the large number of breaks? Or are they all just the same project breaking repeatedly?

@typescript-bot user test this

I think so. they are all fixable and we will provide the tool to fix your tsconfig. which is what#62460 checked

@jakebailey
Copy link
Member

PR has merge conflicts; I was going to do a pack this just to verify monaco still builds (since that infra is weird).

@jakebailey
Copy link
Member

@typescript-bot pack this

typescript-bot reacted with thumbs up emoji

@typescript-bot
Copy link
Collaborator

typescript-bot commentedOct 3, 2025
edited
Loading

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

CommandStatusResults
pack this✅ Started✅ Results

@typescript-bot
Copy link
Collaborator

typescript-bot commentedOct 3, 2025
edited
Loading

Hey@jakebailey, I've packed this intoan installable tgz. You can install it for testing by referencing it in yourpackage.json like so:

{    "devDependencies": {        "typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/166218/artifacts?artifactName=tgz&fileId=CBB5982D7A9F1454671E68054A41FCFC504B761CDFC12675A63C7A4745C9B88202&fileName=/typescript-6.0.0-insiders.20251003.tgz"    }}

and then runningnpm install.


There is also a playgroundfor this build and annpm module you can use via"typescript": "npm:@typescript-deploys/pr-build@6.0.0-pr-62418-21".;

@jakebailey
Copy link
Member

Good, it still works...

"allowJs": true,
"outDir": "bin"
~~~~~~~~
!!! error TS5011: The common source directory of 'tsconfig.json' is '..'. The 'rootDir' setting must be explicitly set to this or another path to adjust your output's file layout.

Choose a reason for hiding this comment

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

Oh, users get this message even with an explicitrootDir? That's a little bit surprising.

I came up with this message only when the common source directory is inferred as something containing therootDir.

if(
!options.noEmit&&
!options.composite&&
!options.rootDir&&

Choose a reason for hiding this comment

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

I think youdon't want to do this check ifrootDir is specified, because the user should already have a workingrootDir, or will otherwise get errors on individual files. Users who have arootDir now also have to have their outputs double-checked.

@github-project-automationgithub-project-automationbot moved this fromNot started toWaiting on author inPR BacklogOct 3, 2025
@DanielRosenwasser
Copy link
Member

Something I just thought of - does this play well with multi-project codebases (with no project references) that use custom conditions to reference source directly? I'm thinking about instances wherenoEmit is on (in favor of a bundler), but a sibling package has asource condition in apackage.json export map so that no project references or declaration maps need to be generated.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

@DanielRosenwasserDanielRosenwasserDanielRosenwasser requested changes

@andrewbranchandrewbranchAwaiting requested review from andrewbranch

@RyanCavanaughRyanCavanaughAwaiting requested review from RyanCavanaugh

@jakebaileyjakebaileyAwaiting requested review from jakebailey

Requested changes must be addressed to merge this pull request.

Assignees

@sheetalkamatsheetalkamat

Labels
Author: TeamFor Milestone BugPRs that fix a bug with a specific milestone
Projects
Status: Waiting on author
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AssumerootDir is the current configuration directory
5 participants
@sheetalkamat@jakebailey@typescript-bot@RyanCavanaugh@DanielRosenwasser

[8]ページ先頭

©2009-2025 Movatter.jp