Skip to content

Commit

Permalink
Push pylance changes to pyright (#5066)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo authored May 3, 2023
1 parent cdc8cfe commit 009aef3
Show file tree
Hide file tree
Showing 48 changed files with 12,416 additions and 18,310 deletions.
18,622 changes: 11,399 additions & 7,223 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"@types/glob": "^7.2.0",
"@types/node": "^17.0.45",
"@types/yargs": "^16.0.5",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"detect-indent": "^6.1.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"glob": "^7.2.3",
"jsonc-parser": "^3.2.0",
"lerna": "^6.5.1",
"npm-check-updates": "^16.7.10",
"lerna": "^6.6.1",
"npm-check-updates": "^16.10.9",
"p-queue": "^6.6.2",
"prettier": "2.8.4",
"syncpack": "^9.8.4",
"prettier": "2.8.8",
"syncpack": "^9.8.6",
"typescript": "~4.4.4",
"yargs": "^16.2.0"
}
Expand Down
50 changes: 25 additions & 25 deletions packages/pyright-internal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/pyright-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"@iarna/toml": "2.2.5",
"@yarnpkg/fslib": "2.10.1",
"@yarnpkg/libzip": "2.2.4",
"@yarnpkg/fslib": "2.10.3",
"@yarnpkg/libzip": "2.3.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"command-line-args": "^5.2.1",
Expand All @@ -28,7 +28,7 @@
"typescript-char": "^0.0.0",
"vscode-jsonrpc": "8.1.0",
"vscode-languageserver": "8.1.0",
"vscode-languageserver-textdocument": "^1.0.9",
"vscode-languageserver-textdocument": "^1.0.10",
"vscode-languageserver-types": "3.17.3",
"vscode-uri": "^3.0.7"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { CancellationToken } from 'vscode-languageserver';
import { throwIfCancellationRequested } from '../common/cancellationUtils';
import { addIfUnique, createMapFromItems } from '../common/collectionUtils';
import { TextEditAction } from '../common/editAction';
import { FileSystem } from '../common/fileSystem';
import { ReadOnlyFileSystem } from '../common/fileSystem';
import {
getDirectoryPath,
getFileName,
Expand Down Expand Up @@ -808,7 +808,7 @@ function getConsecutiveNumberPairs(indices: number[]) {
}

export function getRelativeModuleName(
fs: FileSystem,
fs: ReadOnlyFileSystem,
sourcePath: string,
targetPath: string,
ignoreFolderStructure = false,
Expand Down
Loading

0 comments on commit 009aef3

Please sign in to comment.