microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
100.96k stars 12.48k forks source link

es2017.d.ts being picked up from node_modules outside of current workspace #41999

Closed mjbvz closed 3 years ago

mjbvz commented 3 years ago

TypeScript Version: 4.2.0-dev.20201211

Search Terms:

Code

  1. Using https://github.com/mjbvz/ts-lib-problem
  2. Open index.ts
  3. Notice how Object.values is allowed to be referenced even through the lib is set to ["es5"]

Expected behavior: This should be an error since Object.values is not included in the es5

Actual behavior: No error and go to definition opens up es2017.d.t

Here's my server log

``` Info 0 [15:55:45.788] Starting TS Server Info 1 [15:55:45.788] Version: 4.2.0-dev.20201211 Info 2 [15:55:45.788] Arguments: /Users/matb/projects/vscode/.build/electron/Code - OSS.app/Contents/Frameworks/Code - OSS Helper (Renderer).app/Contents/MacOS/Code - OSS Helper (Renderer) /Users/matb/projects/san/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName /var/folders/5d/nlg411_s0570wmycdwkgqrf40000gn/T/vscode-typescript501/890c0f84ffdadcab817d/tscancellation-b8d5f4fac94f314c173c.tmp* --logVerbosity verbose --logFile /Users/matb/Library/Application Support/code-oss-dev/logs/20201216T144242/exthost3/vscode.typescript-language-features/tsserver-log-2GcCx9/tsserver.log --globalPlugins typescript-vscode-sh-plugin --pluginProbeLocations /Users/matb/projects/vscode/extensions/typescript-language-features --locale en --noGetErrOnBackgroundUpdate --validateDefaultNpmLocation Info 3 [15:55:45.788] Platform: darwin NodeVersion: 12 CaseSensitive: false Info 4 [15:55:45.788] ServerMode: undefined syntaxOnly: false hasUnknownServerMode: undefined Info 5 [15:55:45.795] Binding... Info 6 [15:55:45.804] request: {"seq":0,"type":"request","command":"configure","arguments":{"hostInfo":"vscode","preferences":{"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true,"includePackageJsonAutoImports":"auto"},"watchOptions":{}}} Info 7 [15:55:45.804] Host information vscode Info 8 [15:55:45.804] Host watch options changed to undefined, it will be take effect for next watches. Info 9 [15:55:45.804] response: {"seq":0,"type":"response","command":"configure","request_seq":0,"success":true} Perf 10 [15:55:45.805] 0::configure: async elapsed time (in milliseconds) 1.1739 Info 11 [15:55:45.805] request: {"seq":1,"type":"request","command":"compilerOptionsForInferredProjects","arguments":{"options":{"module":"commonjs","target":"es2016","jsx":"preserve","strictFunctionTypes":true,"sourceMap":true,"allowJs":true,"allowSyntheticDefaultImports":true,"allowNonTsExtensions":true,"resolveJsonModule":true}}} Perf 12 [15:55:45.805] 1::compilerOptionsForInferredProjects: elapsed time (in milliseconds) 0.3409 Info 13 [15:55:45.805] response: {"seq":0,"type":"response","command":"compilerOptionsForInferredProjects","request_seq":1,"success":true,"body":true} Info 14 [15:55:45.805] request: {"seq":2,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":[],"openFiles":[{"file":"/Users/matb/projects/san/index.ts","fileContent":"export const a = 1;\n\nObject.values\n\n\"\".startsWith('x')","projectRootPath":"/Users/matb/projects/san","scriptKindName":"TS"}]}} Info 15 [15:55:45.807] Search path: /Users/matb/projects/san Info 16 [15:55:45.808] ConfigFilePresence:: Current Watches: :: File: /Users/matb/projects/san/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /Users/matb/projects/san/index.ts Status: File added to open files impacted by this config file Info 17 [15:55:45.808] For info: /Users/matb/projects/san/index.ts :: Config file name: /Users/matb/projects/san/tsconfig.json Info 18 [15:55:45.808] Opened configuration file /Users/matb/projects/san/tsconfig.json Info 19 [15:55:45.810] FileWatcher:: Added:: WatchInfo: /Users/matb/projects/san/tsconfig.json 2000 undefined Project: /Users/matb/projects/san/tsconfig.json WatchType: Config file Info 20 [15:55:45.811] event: {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/Users/matb/projects/san/tsconfig.json","reason":"Creating possible configured project for /Users/matb/projects/san/index.ts to open"}} Info 21 [15:55:45.817] Config: /Users/matb/projects/san/tsconfig.json : { "rootNames": [ "/Users/matb/projects/san/index.ts" ], "options": { "target": 1, "lib": [ "lib.es5.d.ts" ], "configFilePath": "/Users/matb/projects/san/tsconfig.json" } } Info 22 [15:55:45.818] Loading global plugin typescript-vscode-sh-plugin Info 23 [15:55:45.818] Enabling plugin typescript-vscode-sh-plugin from candidate paths: /Users/matb/projects/vscode/extensions/typescript-language-features,/Users/matb/projects/san/node_modules/typescript/lib/tsserver.js/../../.. Info 24 [15:55:45.818] Loading typescript-vscode-sh-plugin from /Users/matb/projects/vscode/extensions/typescript-language-features (resolved to /Users/matb/projects/vscode/extensions/typescript-language-features/node_modules) Info 25 [15:55:45.823] typescript-vscode-sh-plugin initialized. Intercepting getEncodedSemanticClassifications and getEncodedSyntacticClassifications. Info 26 [15:55:45.823] Plugin validation succeded Info 27 [15:55:45.833] Starting updateGraphWorker: Project: /Users/matb/projects/san/tsconfig.json Info 28 [15:55:45.857] DirectoryWatcher:: Added:: WatchInfo: /users/matb/projects/node_modules 1 undefined Project: WatchType: node_modules for closed script infos in them Info 29 [15:55:45.859] Elapsed:: 1.5429060459136963ms DirectoryWatcher:: Added:: WatchInfo: /users/matb/projects/node_modules 1 undefined Project: WatchType: node_modules for closed script infos in them Info 30 [15:55:46.292] DirectoryWatcher:: Added:: WatchInfo: /users/matb/projects/san/node_modules 1 undefined Project: WatchType: node_modules for closed script infos in them Info 31 [15:55:46.292] Elapsed:: 0.22907710075378418ms DirectoryWatcher:: Added:: WatchInfo: /users/matb/projects/san/node_modules 1 undefined Project: WatchType: node_modules for closed script infos in them Info 32 [15:55:46.675] DirectoryWatcher:: Added:: WatchInfo: /Users/matb/projects/san/node_modules/@types 1 undefined Project: /Users/matb/projects/san/tsconfig.json WatchType: Type roots Info 33 [15:55:46.675] Elapsed:: 0.5631451606750488ms DirectoryWatcher:: Added:: WatchInfo: /Users/matb/projects/san/node_modules/@types 1 undefined Project: /Users/matb/projects/san/tsconfig.json WatchType: Type roots Info 34 [15:55:46.675] Finishing updateGraphWorker: Project: /Users/matb/projects/san/tsconfig.json Version: 1 structureChanged: true Elapsed: 842.025279045105ms Info 35 [15:55:46.676] Project '/Users/matb/projects/san/tsconfig.json' (Configured) Info 36 [15:55:46.681] Files (75) /Users/matb/projects/san/node_modules/typescript/lib/lib.es5.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2015.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2016.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2017.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2018.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2015.core.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2015.collection.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2015.generator.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2015.iterable.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2015.promise.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2015.proxy.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2015.reflect.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2015.symbol.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2016.array.include.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2017.object.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2017.string.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2017.intl.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2018.intl.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2018.promise.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2018.regexp.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.es2020.bigint.d.ts /Users/matb/projects/san/node_modules/typescript/lib/lib.esnext.intl.d.ts /Users/matb/projects/san/index.ts /Users/matb/projects/node_modules/@types/node/globals.d.ts /Users/matb/projects/node_modules/@types/node/async_hooks.d.ts /Users/matb/projects/node_modules/@types/node/buffer.d.ts /Users/matb/projects/node_modules/@types/node/child_process.d.ts /Users/matb/projects/node_modules/@types/node/cluster.d.ts /Users/matb/projects/node_modules/@types/node/console.d.ts /Users/matb/projects/node_modules/@types/node/constants.d.ts /Users/matb/projects/node_modules/@types/node/crypto.d.ts /Users/matb/projects/node_modules/@types/node/dgram.d.ts /Users/matb/projects/node_modules/@types/node/dns.d.ts /Users/matb/projects/node_modules/@types/node/domain.d.ts /Users/matb/projects/node_modules/@types/node/events.d.ts /Users/matb/projects/node_modules/@types/node/fs.d.ts /Users/matb/projects/node_modules/@types/node/fs/promises.d.ts /Users/matb/projects/node_modules/@types/node/http.d.ts /Users/matb/projects/node_modules/@types/node/http2.d.ts /Users/matb/projects/node_modules/@types/node/https.d.ts /Users/matb/projects/node_modules/@types/node/inspector.d.ts /Users/matb/projects/node_modules/@types/node/module.d.ts /Users/matb/projects/node_modules/@types/node/net.d.ts /Users/matb/projects/node_modules/@types/node/os.d.ts /Users/matb/projects/node_modules/@types/node/path.d.ts /Users/matb/projects/node_modules/@types/node/perf_hooks.d.ts /Users/matb/projects/node_modules/@types/node/process.d.ts /Users/matb/projects/node_modules/@types/node/punycode.d.ts /Users/matb/projects/node_modules/@types/node/querystring.d.ts /Users/matb/projects/node_modules/@types/node/readline.d.ts /Users/matb/projects/node_modules/@types/node/repl.d.ts /Users/matb/projects/node_modules/@types/node/stream.d.ts /Users/matb/projects/node_modules/@types/node/string_decoder.d.ts /Users/matb/projects/node_modules/@types/node/timers.d.ts /Users/matb/projects/node_modules/@types/node/tls.d.ts /Users/matb/projects/node_modules/@types/node/trace_events.d.ts /Users/matb/projects/node_modules/@types/node/tty.d.ts /Users/matb/projects/node_modules/@types/node/url.d.ts /Users/matb/projects/node_modules/@types/node/util.d.ts /Users/matb/projects/node_modules/@types/node/v8.d.ts /Users/matb/projects/node_modules/@types/node/vm.d.ts /Users/matb/projects/node_modules/@types/node/worker_threads.d.ts /Users/matb/projects/node_modules/@types/node/zlib.d.ts /Users/matb/projects/node_modules/@types/node/ts3.4/base.d.ts /Users/matb/projects/node_modules/@types/node/globals.global.d.ts /Users/matb/projects/node_modules/@types/node/wasi.d.ts /Users/matb/projects/node_modules/@types/node/ts3.6/base.d.ts /Users/matb/projects/node_modules/@types/node/assert.d.ts /Users/matb/projects/node_modules/@types/node/base.d.ts /Users/matb/projects/node_modules/@types/node/index.d.ts node_modules/typescript/lib/lib.es5.d.ts Library referenced via 'es5' from file 'node_modules/typescript/lib/lib.es2015.d.ts' Library 'lib.es5.d.ts' specified in compilerOptions node_modules/typescript/lib/lib.es2015.d.ts Library referenced via 'es2015' from file 'node_modules/typescript/lib/lib.es2016.d.ts' node_modules/typescript/lib/lib.es2016.d.ts Library referenced via 'es2016' from file 'node_modules/typescript/lib/lib.es2017.d.ts' node_modules/typescript/lib/lib.es2017.d.ts Library referenced via 'es2017' from file 'node_modules/typescript/lib/lib.es2018.d.ts' node_modules/typescript/lib/lib.es2018.d.ts Library referenced via 'es2018' from file '../node_modules/@types/node/ts3.4/base.d.ts' Library referenced via 'es2018' from file '../node_modules/@types/node/ts3.6/base.d.ts' Library referenced via 'es2018' from file '../node_modules/@types/node/base.d.ts' node_modules/typescript/lib/lib.es2015.core.d.ts Library referenced via 'es2015.core' from file 'node_modules/typescript/lib/lib.es2015.d.ts' node_modules/typescript/lib/lib.es2015.collection.d.ts Library referenced via 'es2015.collection' from file 'node_modules/typescript/lib/lib.es2015.d.ts' node_modules/typescript/lib/lib.es2015.generator.d.ts Library referenced via 'es2015.generator' from file 'node_modules/typescript/lib/lib.es2015.d.ts' node_modules/typescript/lib/lib.es2015.iterable.d.ts Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2015.d.ts' Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2015.generator.d.ts' Library referenced via 'es2015.iterable' from file 'node_modules/typescript/lib/lib.es2018.asynciterable.d.ts' node_modules/typescript/lib/lib.es2015.promise.d.ts Library referenced via 'es2015.promise' from file 'node_modules/typescript/lib/lib.es2015.d.ts' node_modules/typescript/lib/lib.es2015.proxy.d.ts Library referenced via 'es2015.proxy' from file 'node_modules/typescript/lib/lib.es2015.d.ts' node_modules/typescript/lib/lib.es2015.reflect.d.ts Library referenced via 'es2015.reflect' from file 'node_modules/typescript/lib/lib.es2015.d.ts' node_modules/typescript/lib/lib.es2015.symbol.d.ts Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.iterable.d.ts' Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.d.ts' Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts' Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts' Library referenced via 'es2015.symbol' from file 'node_modules/typescript/lib/lib.es2018.asynciterable.d.ts' node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts Library referenced via 'es2015.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2015.d.ts' Library referenced via 'es2015.symbol.wellknown' from file 'node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts' node_modules/typescript/lib/lib.es2016.array.include.d.ts Library referenced via 'es2016.array.include' from file 'node_modules/typescript/lib/lib.es2016.d.ts' node_modules/typescript/lib/lib.es2017.object.d.ts Library referenced via 'es2017.object' from file 'node_modules/typescript/lib/lib.es2017.d.ts' node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts Library referenced via 'es2017.sharedmemory' from file 'node_modules/typescript/lib/lib.es2017.d.ts' node_modules/typescript/lib/lib.es2017.string.d.ts Library referenced via 'es2017.string' from file 'node_modules/typescript/lib/lib.es2017.d.ts' node_modules/typescript/lib/lib.es2017.intl.d.ts Library referenced via 'es2017.intl' from file 'node_modules/typescript/lib/lib.es2017.d.ts' node_modules/typescript/lib/lib.es2017.typedarrays.d.ts Library referenced via 'es2017.typedarrays' from file 'node_modules/typescript/lib/lib.es2017.d.ts' node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts Library referenced via 'es2018.asyncgenerator' from file 'node_modules/typescript/lib/lib.es2018.d.ts' node_modules/typescript/lib/lib.es2018.asynciterable.d.ts Library referenced via 'es2018.asynciterable' from file 'node_modules/typescript/lib/lib.es2018.d.ts' Library referenced via 'es2018.asynciterable' from file 'node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts' Library referenced via 'esnext.asynciterable' from file '../node_modules/@types/node/ts3.4/base.d.ts' Library referenced via 'esnext.asynciterable' from file '../node_modules/@types/node/ts3.6/base.d.ts' Library referenced via 'esnext.asynciterable' from file '../node_modules/@types/node/base.d.ts' node_modules/typescript/lib/lib.es2018.intl.d.ts Library referenced via 'es2018.intl' from file 'node_modules/typescript/lib/lib.es2018.d.ts' node_modules/typescript/lib/lib.es2018.promise.d.ts Library referenced via 'es2018.promise' from file 'node_modules/typescript/lib/lib.es2018.d.ts' node_modules/typescript/lib/lib.es2018.regexp.d.ts Library referenced via 'es2018.regexp' from file 'node_modules/typescript/lib/lib.es2018.d.ts' node_modules/typescript/lib/lib.es2020.bigint.d.ts Library referenced via 'esnext.bigint' from file '../node_modules/@types/node/ts3.4/base.d.ts' Library referenced via 'esnext.bigint' from file '../node_modules/@types/node/ts3.6/base.d.ts' Library referenced via 'esnext.bigint' from file '../node_modules/@types/node/base.d.ts' node_modules/typescript/lib/lib.esnext.intl.d.ts Library referenced via 'esnext.intl' from file '../node_modules/@types/node/ts3.4/base.d.ts' Library referenced via 'esnext.intl' from file '../node_modules/@types/node/ts3.6/base.d.ts' Library referenced via 'esnext.intl' from file '../node_modules/@types/node/base.d.ts' index.ts Part of 'files' list in tsconfig.json ../node_modules/@types/node/globals.d.ts Referenced via '../globals.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/async_hooks.d.ts Referenced via '../async_hooks.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/buffer.d.ts Referenced via '../buffer.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/child_process.d.ts Referenced via '../child_process.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/cluster.d.ts Referenced via '../cluster.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/console.d.ts Referenced via '../console.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/constants.d.ts Referenced via '../constants.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/crypto.d.ts Referenced via '../crypto.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/dgram.d.ts Referenced via '../dgram.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/dns.d.ts Referenced via '../dns.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/domain.d.ts Referenced via '../domain.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/events.d.ts Referenced via '../events.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/fs.d.ts Referenced via '../fs.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/fs/promises.d.ts Referenced via '../fs/promises.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/http.d.ts Referenced via '../http.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/http2.d.ts Referenced via '../http2.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/https.d.ts Referenced via '../https.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/inspector.d.ts Referenced via '../inspector.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/module.d.ts Referenced via '../module.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/net.d.ts Referenced via '../net.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/os.d.ts Referenced via '../os.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/path.d.ts Referenced via '../path.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/perf_hooks.d.ts Referenced via '../perf_hooks.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/process.d.ts Referenced via '../process.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/punycode.d.ts Referenced via '../punycode.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/querystring.d.ts Referenced via '../querystring.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/readline.d.ts Referenced via '../readline.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/repl.d.ts Referenced via '../repl.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/stream.d.ts Referenced via '../stream.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/string_decoder.d.ts Referenced via '../string_decoder.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/timers.d.ts Referenced via '../timers.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/tls.d.ts Referenced via '../tls.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/trace_events.d.ts Referenced via '../trace_events.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/tty.d.ts Referenced via '../tty.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/url.d.ts Referenced via '../url.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/util.d.ts Referenced via '../util.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/v8.d.ts Referenced via '../v8.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/vm.d.ts Referenced via '../vm.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/worker_threads.d.ts Referenced via '../worker_threads.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/zlib.d.ts Referenced via '../zlib.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/ts3.4/base.d.ts Referenced via '../ts3.4/base.d.ts' from file '../node_modules/@types/node/ts3.6/base.d.ts' ../node_modules/@types/node/globals.global.d.ts Referenced via '../globals.global.d.ts' from file '../node_modules/@types/node/ts3.6/base.d.ts' ../node_modules/@types/node/wasi.d.ts Referenced via '../wasi.d.ts' from file '../node_modules/@types/node/ts3.6/base.d.ts' ../node_modules/@types/node/ts3.6/base.d.ts Referenced via 'ts3.6/base.d.ts' from file '../node_modules/@types/node/base.d.ts' ../node_modules/@types/node/assert.d.ts Referenced via 'assert.d.ts' from file '../node_modules/@types/node/base.d.ts' ../node_modules/@types/node/base.d.ts Referenced via 'base.d.ts' from file '../node_modules/@types/node/index.d.ts' ../node_modules/@types/node/index.d.ts Entry point for implicit type library 'node' with packageId '@types/node/index.d.ts@14.14.14' Info 37 [15:55:46.681] ----------------------------------------------- Info 38 [15:55:46.685] FileWatcher:: Added:: WatchInfo: /users/matb/projects/san/package.json 250 undefined Project: WatchType: package.json file for import suggestions Info 39 [15:55:46.685] FileWatcher:: Added:: WatchInfo: /users/matb/projects/package.json 250 undefined Project: WatchType: package.json file for import suggestions Info 40 [15:55:46.685] FileWatcher:: Added:: WatchInfo: /users/matb/package.json 250 undefined Project: WatchType: package.json file for import suggestions Info 41 [15:55:46.696] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Info 42 [15:55:47.857] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* Version: 1 structureChanged: true Elapsed: 1161.0128209590912ms Info 43 [15:55:47.857] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) Info 44 [15:55:47.862] Files (129) /Users/matb/projects/san/node_modules/typescript/lib/typescript.d.ts /Users/matb/projects/node_modules/before-after-hook/index.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/RequestMethod.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/Url.d.ts /Users/matb/projects/node_modules/@types/node/globals.d.ts /Users/matb/projects/node_modules/@types/node/async_hooks.d.ts /Users/matb/projects/node_modules/@types/node/buffer.d.ts /Users/matb/projects/node_modules/@types/node/child_process.d.ts /Users/matb/projects/node_modules/@types/node/cluster.d.ts /Users/matb/projects/node_modules/@types/node/console.d.ts /Users/matb/projects/node_modules/@types/node/constants.d.ts /Users/matb/projects/node_modules/@types/node/crypto.d.ts /Users/matb/projects/node_modules/@types/node/dgram.d.ts /Users/matb/projects/node_modules/@types/node/dns.d.ts /Users/matb/projects/node_modules/@types/node/domain.d.ts /Users/matb/projects/node_modules/@types/node/events.d.ts /Users/matb/projects/node_modules/@types/node/fs.d.ts /Users/matb/projects/node_modules/@types/node/fs/promises.d.ts /Users/matb/projects/node_modules/@types/node/http.d.ts /Users/matb/projects/node_modules/@types/node/http2.d.ts /Users/matb/projects/node_modules/@types/node/https.d.ts /Users/matb/projects/node_modules/@types/node/inspector.d.ts /Users/matb/projects/node_modules/@types/node/module.d.ts /Users/matb/projects/node_modules/@types/node/net.d.ts /Users/matb/projects/node_modules/@types/node/os.d.ts /Users/matb/projects/node_modules/@types/node/path.d.ts /Users/matb/projects/node_modules/@types/node/perf_hooks.d.ts /Users/matb/projects/node_modules/@types/node/process.d.ts /Users/matb/projects/node_modules/@types/node/punycode.d.ts /Users/matb/projects/node_modules/@types/node/querystring.d.ts /Users/matb/projects/node_modules/@types/node/readline.d.ts /Users/matb/projects/node_modules/@types/node/repl.d.ts /Users/matb/projects/node_modules/@types/node/stream.d.ts /Users/matb/projects/node_modules/@types/node/string_decoder.d.ts /Users/matb/projects/node_modules/@types/node/timers.d.ts /Users/matb/projects/node_modules/@types/node/tls.d.ts /Users/matb/projects/node_modules/@types/node/trace_events.d.ts /Users/matb/projects/node_modules/@types/node/tty.d.ts /Users/matb/projects/node_modules/@types/node/url.d.ts /Users/matb/projects/node_modules/@types/node/util.d.ts /Users/matb/projects/node_modules/@types/node/v8.d.ts /Users/matb/projects/node_modules/@types/node/vm.d.ts /Users/matb/projects/node_modules/@types/node/worker_threads.d.ts /Users/matb/projects/node_modules/@types/node/zlib.d.ts /Users/matb/projects/node_modules/@types/node/ts3.4/base.d.ts /Users/matb/projects/node_modules/@types/node/globals.global.d.ts /Users/matb/projects/node_modules/@types/node/wasi.d.ts /Users/matb/projects/node_modules/@types/node/ts3.6/base.d.ts /Users/matb/projects/node_modules/@types/node/assert.d.ts /Users/matb/projects/node_modules/@types/node/base.d.ts /Users/matb/projects/node_modules/@types/node/index.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/Fetch.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/Signal.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/RequestParameters.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/RequestOptions.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/Route.d.ts /Users/matb/projects/node_modules/@octokit/openapi-types/generated/types.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/RequestInterface.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/AuthInterface.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/RequestError.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/StrategyInterface.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/VERSION.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts /Users/matb/projects/node_modules/@octokit/types/dist-types/index.d.ts /Users/matb/projects/node_modules/@octokit/request/dist-types/index.d.ts /Users/matb/projects/node_modules/@octokit/graphql/dist-types/types.d.ts /Users/matb/projects/node_modules/@octokit/graphql/dist-types/index.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestMethod.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/Url.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/Fetch.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/Signal.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestParameters.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestOptions.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/Route.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestInterface.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/AuthInterface.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestError.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/StrategyInterface.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/VERSION.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts /Users/matb/projects/node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts /Users/matb/projects/node_modules/@octokit/core/dist-types/types.d.ts /Users/matb/projects/node_modules/@octokit/core/dist-types/index.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestMethod.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/Url.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/Fetch.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/Signal.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestParameters.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestOptions.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/Route.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestInterface.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/AuthInterface.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/StrategyInterface.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/VERSION.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts /Users/matb/projects/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/index.d.ts /Users/matb/projects/node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts /Users/matb/projects/node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts /Users/matb/projects/node_modules/@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts /Users/matb/projects/node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts /Users/matb/projects/node_modules/@octokit/rest/dist-types/index.d.ts node_modules/typescript/lib/typescript.d.ts Root file specified for compilation ../node_modules/before-after-hook/index.d.ts Imported via "before-after-hook" from file '../node_modules/@octokit/core/dist-types/index.d.ts' with packageId 'before-after-hook/index.d.ts@2.1.0' ../node_modules/@octokit/types/dist-types/RequestMethod.d.ts Imported via "./RequestMethod" from file '../node_modules/@octokit/types/dist-types/EndpointOptions.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@6.1.1' Imported via "./RequestMethod" from file '../node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@6.1.1' Imported via "./RequestMethod" from file '../node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@6.1.1' Imported via "./RequestMethod" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/Url.d.ts Imported via "./Url" from file '../node_modules/@octokit/types/dist-types/EndpointOptions.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@6.1.1' Imported via "./Url" from file '../node_modules/@octokit/types/dist-types/RequestParameters.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@6.1.1' Imported via "./Url" from file '../node_modules/@octokit/types/dist-types/OctokitResponse.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@6.1.1' Imported via "./Url" from file '../node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@6.1.1' Imported via "./Url" from file '../node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@6.1.1' Imported via "./Url" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@6.1.1' ../node_modules/@types/node/globals.d.ts Referenced via '../globals.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/async_hooks.d.ts Referenced via '../async_hooks.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/buffer.d.ts Referenced via '../buffer.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/child_process.d.ts Referenced via '../child_process.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/cluster.d.ts Referenced via '../cluster.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/console.d.ts Referenced via '../console.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/constants.d.ts Referenced via '../constants.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/crypto.d.ts Referenced via '../crypto.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/dgram.d.ts Referenced via '../dgram.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/dns.d.ts Referenced via '../dns.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/domain.d.ts Referenced via '../domain.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/events.d.ts Referenced via '../events.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/fs.d.ts Referenced via '../fs.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/fs/promises.d.ts Referenced via '../fs/promises.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/http.d.ts Referenced via '../http.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/http2.d.ts Referenced via '../http2.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/https.d.ts Referenced via '../https.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/inspector.d.ts Referenced via '../inspector.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/module.d.ts Referenced via '../module.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/net.d.ts Referenced via '../net.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/os.d.ts Referenced via '../os.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/path.d.ts Referenced via '../path.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/perf_hooks.d.ts Referenced via '../perf_hooks.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/process.d.ts Referenced via '../process.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/punycode.d.ts Referenced via '../punycode.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/querystring.d.ts Referenced via '../querystring.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/readline.d.ts Referenced via '../readline.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/repl.d.ts Referenced via '../repl.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/stream.d.ts Referenced via '../stream.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/string_decoder.d.ts Referenced via '../string_decoder.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/timers.d.ts Referenced via '../timers.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/tls.d.ts Referenced via '../tls.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/trace_events.d.ts Referenced via '../trace_events.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/tty.d.ts Referenced via '../tty.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/url.d.ts Referenced via '../url.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/util.d.ts Referenced via '../util.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/v8.d.ts Referenced via '../v8.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/vm.d.ts Referenced via '../vm.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/worker_threads.d.ts Referenced via '../worker_threads.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/zlib.d.ts Referenced via '../zlib.d.ts' from file '../node_modules/@types/node/ts3.4/base.d.ts' ../node_modules/@types/node/ts3.4/base.d.ts Referenced via '../ts3.4/base.d.ts' from file '../node_modules/@types/node/ts3.6/base.d.ts' ../node_modules/@types/node/globals.global.d.ts Referenced via '../globals.global.d.ts' from file '../node_modules/@types/node/ts3.6/base.d.ts' ../node_modules/@types/node/wasi.d.ts Referenced via '../wasi.d.ts' from file '../node_modules/@types/node/ts3.6/base.d.ts' ../node_modules/@types/node/ts3.6/base.d.ts Referenced via 'ts3.6/base.d.ts' from file '../node_modules/@types/node/base.d.ts' ../node_modules/@types/node/assert.d.ts Referenced via 'assert.d.ts' from file '../node_modules/@types/node/base.d.ts' ../node_modules/@types/node/base.d.ts Referenced via 'base.d.ts' from file '../node_modules/@types/node/index.d.ts' ../node_modules/@types/node/index.d.ts Type library referenced via 'node' from file '../node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts' with packageId '@types/node/index.d.ts@14.14.14' ../node_modules/@octokit/types/dist-types/Fetch.d.ts Imported via "./Fetch" from file '../node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts' with packageId '@octokit/types/dist-types/Fetch.d.ts@6.1.1' Imported via "./Fetch" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Fetch.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/Signal.d.ts Imported via "./Signal" from file '../node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts' with packageId '@octokit/types/dist-types/Signal.d.ts@6.1.1' Imported via "./Signal" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Signal.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts Imported via "./RequestRequestOptions" from file '../node_modules/@octokit/types/dist-types/RequestParameters.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@6.1.1' Imported via "./RequestRequestOptions" from file '../node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@6.1.1' Imported via "../RequestRequestOptions" from file '../node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@6.1.1' Imported via "./RequestRequestOptions" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/RequestHeaders.d.ts Imported via "./RequestHeaders" from file '../node_modules/@octokit/types/dist-types/RequestParameters.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@6.1.1' Imported via "./RequestHeaders" from file '../node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@6.1.1' Imported via "./RequestHeaders" from file '../node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@6.1.1' Imported via "../RequestHeaders" from file '../node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@6.1.1' Imported via "./RequestHeaders" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/RequestParameters.d.ts Imported via "./RequestParameters" from file '../node_modules/@octokit/types/dist-types/EndpointOptions.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@6.1.1' Imported via "./RequestParameters" from file '../node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@6.1.1' Imported via "./RequestParameters" from file '../node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@6.1.1' Imported via "./RequestParameters" from file '../node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@6.1.1' Imported via "./RequestParameters" from file '../node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@6.1.1' Imported via "./RequestParameters" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/EndpointOptions.d.ts Imported via "./EndpointOptions" from file '../node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/EndpointOptions.d.ts@6.1.1' Imported via "./EndpointOptions" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/EndpointOptions.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts Imported via "./ResponseHeaders" from file '../node_modules/@octokit/types/dist-types/OctokitResponse.d.ts' with packageId '@octokit/types/dist-types/ResponseHeaders.d.ts@6.1.1' Imported via "./ResponseHeaders" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/ResponseHeaders.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/OctokitResponse.d.ts Imported via "./OctokitResponse" from file '../node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@6.1.1' Imported via "../OctokitResponse" from file '../node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@6.1.1' Imported via "./OctokitResponse" from file '../node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@6.1.1' Imported via "./OctokitResponse" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts Imported via "./EndpointDefaults" from file '../node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/EndpointDefaults.d.ts@6.1.1' Imported via "./EndpointDefaults" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/EndpointDefaults.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/RequestOptions.d.ts Imported via "./RequestOptions" from file '../node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/RequestOptions.d.ts@6.1.1' Imported via "./RequestOptions" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestOptions.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/Route.d.ts Imported via "./Route" from file '../node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@6.1.1' Imported via "./Route" from file '../node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@6.1.1' Imported via "./Route" from file '../node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@6.1.1' Imported via "./Route" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@6.1.1' ../node_modules/@octokit/openapi-types/generated/types.ts Imported via "@octokit/openapi-types" from file '../node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts' with packageId '@octokit/openapi-types/generated/types.ts@2.0.0' ../node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts Imported via "./generated/Endpoints" from file '../node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/generated/Endpoints.d.ts@6.1.1' Imported via "./generated/Endpoints" from file '../node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/generated/Endpoints.d.ts@6.1.1' Imported via "./generated/Endpoints" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/generated/Endpoints.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/EndpointInterface.d.ts Imported via "./EndpointInterface" from file '../node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/EndpointInterface.d.ts@6.1.1' Imported via "./EndpointInterface" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/EndpointInterface.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/RequestInterface.d.ts Imported via "./RequestInterface" from file '../node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/RequestInterface.d.ts@6.1.1' Imported via "./RequestInterface" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestInterface.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/AuthInterface.d.ts Imported via "./AuthInterface" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/AuthInterface.d.ts@6.1.1' Imported via "./AuthInterface" from file '../node_modules/@octokit/types/dist-types/StrategyInterface.d.ts' with packageId '@octokit/types/dist-types/AuthInterface.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/RequestError.d.ts Imported via "./RequestError" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestError.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/StrategyInterface.d.ts Imported via "./StrategyInterface" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/StrategyInterface.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/VERSION.d.ts Imported via "./VERSION" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/VERSION.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts Imported via "./GetResponseTypeFromEndpointMethod" from file '../node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts@6.1.1' ../node_modules/@octokit/types/dist-types/index.d.ts Imported via "@octokit/types" from file '../node_modules/@octokit/request/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/index.d.ts@6.1.1' Imported via "@octokit/types" from file '../node_modules/@octokit/graphql/dist-types/types.d.ts' with packageId '@octokit/types/dist-types/index.d.ts@6.1.1' Imported via "@octokit/types" from file '../node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts' with packageId '@octokit/types/dist-types/index.d.ts@6.1.1' Imported via "@octokit/types" from file '../node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts' with packageId '@octokit/types/dist-types/index.d.ts@6.1.1' Imported via "@octokit/types" from file '../node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts' with packageId '@octokit/types/dist-types/index.d.ts@6.1.1' ../node_modules/@octokit/request/dist-types/index.d.ts Imported via "@octokit/request" from file '../node_modules/@octokit/core/dist-types/index.d.ts' with packageId '@octokit/request/dist-types/index.d.ts@5.4.12' Imported via "@octokit/request" from file '../node_modules/@octokit/graphql/dist-types/index.d.ts' with packageId '@octokit/request/dist-types/index.d.ts@5.4.12' ../node_modules/@octokit/graphql/dist-types/types.d.ts Imported via "./types" from file '../node_modules/@octokit/graphql/dist-types/index.d.ts' with packageId '@octokit/graphql/dist-types/types.d.ts@4.5.8' Imported via "./types" from file '../node_modules/@octokit/graphql/dist-types/index.d.ts' with packageId '@octokit/graphql/dist-types/types.d.ts@4.5.8' ../node_modules/@octokit/graphql/dist-types/index.d.ts Imported via "@octokit/graphql" from file '../node_modules/@octokit/core/dist-types/index.d.ts' with packageId '@octokit/graphql/dist-types/index.d.ts@4.5.8' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestMethod.d.ts Imported via "./RequestMethod" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@5.5.0' Imported via "./RequestMethod" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@5.5.0' Imported via "./RequestMethod" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@5.5.0' Imported via "./RequestMethod" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/Url.d.ts Imported via "./Url" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@5.5.0' Imported via "./Url" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestParameters.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@5.5.0' Imported via "./Url" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@5.5.0' Imported via "./Url" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@5.5.0' Imported via "./Url" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@5.5.0' Imported via "./Url" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/Fetch.d.ts Imported via "./Fetch" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts' with packageId '@octokit/types/dist-types/Fetch.d.ts@5.5.0' Imported via "./Fetch" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Fetch.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/Signal.d.ts Imported via "./Signal" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts' with packageId '@octokit/types/dist-types/Signal.d.ts@5.5.0' Imported via "./Signal" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Signal.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts Imported via "./RequestRequestOptions" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestParameters.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@5.5.0' Imported via "./RequestRequestOptions" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@5.5.0' Imported via "../RequestRequestOptions" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@5.5.0' Imported via "./RequestRequestOptions" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts Imported via "./RequestHeaders" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestParameters.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@5.5.0' Imported via "./RequestHeaders" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@5.5.0' Imported via "./RequestHeaders" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@5.5.0' Imported via "../RequestHeaders" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@5.5.0' Imported via "./RequestHeaders" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestParameters.d.ts Imported via "./RequestParameters" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@5.5.0' Imported via "./RequestParameters" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@5.5.0' Imported via "./RequestParameters" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@5.5.0' Imported via "./RequestParameters" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@5.5.0' Imported via "./RequestParameters" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@5.5.0' Imported via "./RequestParameters" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts Imported via "./EndpointOptions" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/EndpointOptions.d.ts@5.5.0' Imported via "./EndpointOptions" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/EndpointOptions.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts Imported via "./ResponseHeaders" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts' with packageId '@octokit/types/dist-types/ResponseHeaders.d.ts@5.5.0' Imported via "./ResponseHeaders" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/ResponseHeaders.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts Imported via "./OctokitResponse" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@5.5.0' Imported via "../OctokitResponse" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@5.5.0' Imported via "./OctokitResponse" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@5.5.0' Imported via "./OctokitResponse" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts Imported via "./EndpointDefaults" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/EndpointDefaults.d.ts@5.5.0' Imported via "./EndpointDefaults" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/EndpointDefaults.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestOptions.d.ts Imported via "./RequestOptions" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/RequestOptions.d.ts@5.5.0' Imported via "./RequestOptions" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestOptions.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/Route.d.ts Imported via "./Route" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@5.5.0' Imported via "./Route" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@5.5.0' Imported via "./Route" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@5.5.0' Imported via "./Route" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts Imported via "./generated/Endpoints" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/generated/Endpoints.d.ts@5.5.0' Imported via "./generated/Endpoints" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/generated/Endpoints.d.ts@5.5.0' Imported via "./generated/Endpoints" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/generated/Endpoints.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts Imported via "./EndpointInterface" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/EndpointInterface.d.ts@5.5.0' Imported via "./EndpointInterface" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/EndpointInterface.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestInterface.d.ts Imported via "./RequestInterface" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/RequestInterface.d.ts@5.5.0' Imported via "./RequestInterface" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestInterface.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/AuthInterface.d.ts Imported via "./AuthInterface" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/AuthInterface.d.ts@5.5.0' Imported via "./AuthInterface" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/StrategyInterface.d.ts' with packageId '@octokit/types/dist-types/AuthInterface.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/RequestError.d.ts Imported via "./RequestError" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestError.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/StrategyInterface.d.ts Imported via "./StrategyInterface" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/StrategyInterface.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/VERSION.d.ts Imported via "./VERSION" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/VERSION.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts Imported via "./GetResponseTypeFromEndpointMethod" from file '../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts@5.5.0' ../node_modules/@octokit/core/node_modules/@octokit/types/dist-types/index.d.ts Imported via "@octokit/types" from file '../node_modules/@octokit/core/dist-types/types.d.ts' with packageId '@octokit/types/dist-types/index.d.ts@5.5.0' ../node_modules/@octokit/core/dist-types/types.d.ts Imported via "./types" from file '../node_modules/@octokit/core/dist-types/index.d.ts' with packageId '@octokit/core/dist-types/types.d.ts@2.5.4' Imported via "@octokit/core/dist-types/types" from file '../node_modules/@octokit/rest/dist-types/index.d.ts' with packageId '@octokit/core/dist-types/types.d.ts@2.5.4' ../node_modules/@octokit/core/dist-types/index.d.ts Imported via "@octokit/core" from file '../node_modules/@octokit/rest/dist-types/index.d.ts' with packageId '@octokit/core/dist-types/index.d.ts@2.5.4' Imported via "." from file '../node_modules/@octokit/core/dist-types/types.d.ts' Imported via "@octokit/core" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/index.d.ts' with packageId '@octokit/core/dist-types/index.d.ts@2.5.4' Imported via "@octokit/core" from file '../node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts' with packageId '@octokit/core/dist-types/index.d.ts@2.5.4' Imported via "@octokit/core" from file '../node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts' with packageId '@octokit/core/dist-types/index.d.ts@2.5.4' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestMethod.d.ts Imported via "./RequestMethod" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@4.1.10' Imported via "./RequestMethod" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@4.1.10' Imported via "./RequestMethod" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@4.1.10' Imported via "./RequestMethod" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestMethod.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/Url.d.ts Imported via "./Url" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@4.1.10' Imported via "./Url" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestParameters.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@4.1.10' Imported via "./Url" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@4.1.10' Imported via "./Url" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@4.1.10' Imported via "./Url" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@4.1.10' Imported via "./Url" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Url.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/Fetch.d.ts Imported via "./Fetch" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts' with packageId '@octokit/types/dist-types/Fetch.d.ts@4.1.10' Imported via "./Fetch" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Fetch.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/Signal.d.ts Imported via "./Signal" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts' with packageId '@octokit/types/dist-types/Signal.d.ts@4.1.10' Imported via "./Signal" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Signal.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts Imported via "./RequestRequestOptions" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestParameters.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@4.1.10' Imported via "./RequestRequestOptions" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@4.1.10' Imported via "../RequestRequestOptions" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@4.1.10' Imported via "./RequestRequestOptions" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestRequestOptions.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts Imported via "./RequestHeaders" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestParameters.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@4.1.10' Imported via "./RequestHeaders" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@4.1.10' Imported via "./RequestHeaders" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestOptions.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@4.1.10' Imported via "../RequestHeaders" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@4.1.10' Imported via "./RequestHeaders" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestHeaders.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestParameters.d.ts Imported via "./RequestParameters" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@4.1.10' Imported via "./RequestParameters" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@4.1.10' Imported via "./RequestParameters" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@4.1.10' Imported via "./RequestParameters" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@4.1.10' Imported via "./RequestParameters" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@4.1.10' Imported via "./RequestParameters" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestParameters.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts Imported via "./EndpointOptions" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/EndpointOptions.d.ts@4.1.10' Imported via "./EndpointOptions" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/EndpointOptions.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts Imported via "./ResponseHeaders" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts' with packageId '@octokit/types/dist-types/ResponseHeaders.d.ts@4.1.10' Imported via "./ResponseHeaders" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/ResponseHeaders.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts Imported via "./OctokitResponse" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@4.1.10' Imported via "../OctokitResponse" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@4.1.10' Imported via "./OctokitResponse" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@4.1.10' Imported via "./OctokitResponse" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/OctokitResponse.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts Imported via "./EndpointDefaults" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/EndpointDefaults.d.ts@4.1.10' Imported via "./EndpointDefaults" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/EndpointDefaults.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestOptions.d.ts Imported via "./RequestOptions" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/RequestOptions.d.ts@4.1.10' Imported via "./RequestOptions" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestOptions.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/Route.d.ts Imported via "./Route" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@4.1.10' Imported via "./Route" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@4.1.10' Imported via "./Route" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@4.1.10' Imported via "./Route" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/Route.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts Imported via "./generated/Endpoints" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts' with packageId '@octokit/types/dist-types/generated/Endpoints.d.ts@4.1.10' Imported via "./generated/Endpoints" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/generated/Endpoints.d.ts@4.1.10' Imported via "./generated/Endpoints" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/generated/Endpoints.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts Imported via "./EndpointInterface" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestInterface.d.ts' with packageId '@octokit/types/dist-types/EndpointInterface.d.ts@4.1.10' Imported via "./EndpointInterface" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/EndpointInterface.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/RequestInterface.d.ts Imported via "./RequestInterface" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/AuthInterface.d.ts' with packageId '@octokit/types/dist-types/RequestInterface.d.ts@4.1.10' Imported via "./RequestInterface" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/RequestInterface.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/AuthInterface.d.ts Imported via "./AuthInterface" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/AuthInterface.d.ts@4.1.10' Imported via "./AuthInterface" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/StrategyInterface.d.ts' with packageId '@octokit/types/dist-types/AuthInterface.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/StrategyInterface.d.ts Imported via "./StrategyInterface" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/StrategyInterface.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/VERSION.d.ts Imported via "./VERSION" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/VERSION.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts Imported via "./GetResponseTypeFromEndpointMethod" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts' with packageId '@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/dist-types/index.d.ts Imported via "@octokit/types" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts' with packageId '@octokit/types/dist-types/index.d.ts@4.1.10' Imported via "@octokit/types" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts' with packageId '@octokit/types/dist-types/index.d.ts@4.1.10' Imported via "@octokit/types" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts' with packageId '@octokit/types/dist-types/index.d.ts@4.1.10' ../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts Imported via "./generated/parameters-and-response-types" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/index.d.ts' with packageId '@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts@3.17.0' Imported via "./parameters-and-response-types" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts' with packageId '@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts@3.17.0' ../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts Imported via "./generated/method-types" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts' with packageId '@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts@3.17.0' Imported via "@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types" from file '../node_modules/@octokit/rest/dist-types/index.d.ts' with packageId '@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts@3.17.0' ../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts Imported via "./types" from file '../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/index.d.ts' with packageId '@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts@3.17.0' ../node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/index.d.ts Imported via "@octokit/plugin-rest-endpoint-methods" from file '../node_modules/@octokit/rest/dist-types/index.d.ts' with packageId '@octokit/plugin-rest-endpoint-methods/dist-types/index.d.ts@3.17.0' ../node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts Imported via "./generated/paginating-endpoints" from file '../node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts' with packageId '@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts@2.6.2' ../node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts Imported via "./types" from file '../node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts' with packageId '@octokit/plugin-paginate-rest/dist-types/types.d.ts@2.6.2' Imported via "./types" from file '../node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts' with packageId '@octokit/plugin-paginate-rest/dist-types/types.d.ts@2.6.2' Imported via "./types" from file '../node_modules/@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts' with packageId '@octokit/plugin-paginate-rest/dist-types/types.d.ts@2.6.2' ../node_modules/@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts Imported via "./compose-paginate" from file '../node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts' with packageId '@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts@2.6.2' ../node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts Imported via "@octokit/plugin-paginate-rest" from file '../node_modules/@octokit/rest/dist-types/index.d.ts' with packageId '@octokit/plugin-paginate-rest/dist-types/index.d.ts@2.6.2' ../node_modules/@octokit/rest/dist-types/index.d.ts Root file specified for compilation Info 45 [15:55:47.863] ----------------------------------------------- Info 46 [15:55:47.863] event: {"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/Users/matb/projects/san/tsconfig.json"}} Info 47 [15:55:47.864] event: {"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"95ae997d162f04e5bb9d92ab520aa390b766b4fc104dbe249d91d69317b01c78","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":1,"tsSize":54,"tsx":0,"tsxSize":0,"dts":74,"dtsSize":1068702,"deferred":0,"deferredSize":0},"compilerOptions":{"target":"es5","lib":["es5"]},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":true,"include":false,"exclude":true,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"4.2.0-dev.20201211"}}} Info 48 [15:55:47.866] event: {"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/Users/matb/projects/san/index.ts","configFile":"/Users/matb/projects/san/tsconfig.json","diagnostics":[]}} Info 49 [15:55:47.867] Project '/Users/matb/projects/san/tsconfig.json' (Configured) Info 49 [15:55:47.867] Files (75) Info 49 [15:55:47.867] ----------------------------------------------- Info 49 [15:55:47.867] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider) Info 49 [15:55:47.867] Files (129) Info 49 [15:55:47.867] ----------------------------------------------- Info 49 [15:55:47.867] Open files: Info 49 [15:55:47.867] FileName: /Users/matb/projects/san/index.ts ProjectRootPath: /Users/matb/projects/san Info 49 [15:55:47.867] Projects: /Users/matb/projects/san/tsconfig.json Perf 49 [15:55:47.867] 2::updateOpen: elapsed time (in milliseconds) 2061.1374 Info 50 [15:55:47.867] response: {"seq":0,"type":"response","command":"updateOpen","request_seq":2,"success":true,"performanceData":{"updateGraphDurationMs":2003.0381000041962,"createAutoImportProviderProgramDurationMs":1180.2238600254059},"body":true} Info 51 [15:55:47.867] event: {"seq":0,"type":"event","event":"typingsInstallerPid","body":{"pid":43158}} Info 52 [15:55:47.869] request: {"seq":3,"type":"request","command":"projectInfo","arguments":{"file":"/Users/matb/projects/san/index.ts","needFileNameList":false}} Perf 53 [15:55:47.869] 3::projectInfo: elapsed time (in milliseconds) 0.2216 Info 54 [15:55:47.869] response: {"seq":0,"type":"response","command":"projectInfo","request_seq":3,"success":true,"body":{"configFileName":"/Users/matb/projects/san/tsconfig.json","languageServiceDisabled":false}} Info 55 [15:55:47.869] request: {"seq":4,"type":"request","command":"getSupportedCodeFixes","arguments":null} Perf 56 [15:55:47.869] 4::getSupportedCodeFixes: elapsed time (in milliseconds) 0.1526 Info 57 [15:55:47.869] response: {"seq":0,"type":"response","command":"getSupportedCodeFixes","request_seq":4,"success":true,"body":["2352","1375","2345","2322","2678","2356","2362","2363","2736","2365","2367","2461","2495","2569","2549","2548","2488","2504","2339","2349","2351","2304","18004","2612","1329","7051","80004","80002","80006","80001","2713","1205","1371","2690","2420","2720","2552","2663","2662","2503","2686","2693","4111","2683","5086","5087","2551","2724","2769","2355","2741","2739","2740","2348","2307","7016","2515","2653","17009","2377","1219","17004","1378","1312","2689","18016","1382","1381","6133","6196","6138","6192","6198","6199","6205","7027","7028","8020","2774","1308","1103","2610","2611","7034","7005","7006","7019","7033","7010","7032","7008","7046","7043","7044","7047","7048","7050","7049","7045","1064","1002","1003","1005","1006","1007","1009","1010","1011","1012","1013","1014","1015","1016","1017","1018","1019","1020","1021","1022","1023","1024","1025","1028","1029","1030","1031","1034","1035","1036","1038","1039","1040","1041","1042","1043","1044","1045","1046","1047","1048","1049","1051","1052","1053","1054","1055","1056","1057","1058","1059","1060","1061","1062","1063","1066","1068","1069","1070","1071","1079","1084","1085","1089","1090","1091","1092","1093","1094","1095","1096","1097","1098","1099","1100","1101","1102","1104","1105","1107","1108","1109","1110","1113","1114","1115","1116","1117","1118","1119","1120","1121","1123","1124","1125","1126","1127","1128","1129","1130","1131","1132","1134","1135","1136","1137","1138","1139","1140","1141","1142","1144","1146","1147","1148","1149","1155","1156","1157","1160","1161","1162","1163","1164","1165","1166","1168","1169","1170","1171","1172","1173","1174","1175","1176","1177","1178","1179","1180","1181","1182","1183","1184","1185","1186","1187","1188","1189","1190","1191","1192","1193","1194","1195","1196","1197","1198","1199","1200","1202","1203","1206","1207","1208","1210","1211","1212","1213","1214","1215","1216","1218","1220","1221","1222","1223","1224","1225","1226","1227","1228","1229","1230","1231","1232","1233","1234","1235","1236","1237","1238","1239","1240","1241","1242","1243","1244","1245","1246","1247","1248","1249","1250","1251","1252","1253","1254","1255","1256","1257","1259","1260","1261","1262","1263","1264","1300","1313","1314","1315","1316","1317","1318","1319","1320","1321","1322","1323","1324","1325","1326","1327","1328","1330","1331","1332","1333","1334","1335","1336","1337","1338","1339","1340","1342","1343","1344","1345","1346","1347","1348","1349","1351","1352","1353","1354","1355","1356","1357","1358","1359","1360","1361","1362","1363","1379","1380","1383","1384","1385","1386","1387","1388","1389","1391","1392","2200","2201","2202","2203","2204","2205","2300","2301","2302","2303","2305","2306","2308","2309","2310","2311","2312","2313","2314","2315","2316","2317","2318","2319","2320","2321","2323","2324","2325","2326","2327","2328","2329","2330","2331","2332","2333","2334","2335","2336","2337","2338","2340","2341","2342","2343","2344","2346","2347","2350","2353","2354","2357","2358","2359","2360","2361","2364","2366","2368","2369","2370","2371","2372","2373","2374","2375","2376","2378","2379","2380","2381","2382","2383","2384","2385","2386","2387","2388","2389","2390","2391","2392","2393","2394","2395","2396","2397","2398","2399","2400","2401","2402","2403","2404","2405","2406","2407","2408","2409","2410","2411","2412","2413","2414","2415","2416","2417","2418","2419","2422","2423","2425","2426","2427","2428","2430","2431","2432","2433","2434","2435","2436","2437","2438","2439","2440","2441","2442","2443","2444","2445","2446","2447","2448","2449","2450","2451","2452","2453","2454","2455","2456","2457","2458","2459","2460","2462","2463","2464","2465","2466","2467","2468","2469","2470","2471","2472","2473","2474","2475","2476","2477","2478","2479","2480","2481","2483","2484","2487","2489","2490","2491","2492","2493","2494","2496","2497","2498","2499","2500","2501","2502","2505","2506","2507","2508","2509","2510","2511","2512","2513","2514","2516","2517","2518","2519","2520","2521","2522","2523","2524","2525","2526","2527","2528","2529","2530","2531","2532","2533","2534","2535","2536","2537","2538","2539","2540","2541","2542","2543","2544","2545","2547","2550","2553","2554","2555","2556","2557","2558","2559","2560","2561","2562","2563","2564","2565","2566","2567","2571","2572","2573","2574","2575","2576","2577","2578","2580","2581","2582","2583","2584","2585","2586","2587","2588","2589","2590","2591","2592","2593","2594","2595","2596","2597","2598","2600","2601","2602","2603","2604","2605","2606","2607","2608","2609","2613","2614","2615","2616","2617","2618","2619","2620","2621","2622","2649","2651","2652","2654","2656","2657","2658","2659","2660","2661","2664","2665","2666","2667","2668","2669","2670","2671","2672","2673","2674","2675","2676","2677","2679","2680","2681","2682","2684","2685","2687","2688","2691","2692","2694","2695","2696","2697","2698","2699","2700","2701","2702","2703","2704","2705","2706","2707","2708","2709","2710","2711","2712","2714","2715","2716","2717","2718","2719","2721","2722","2723","2725","2726","2727","2729","2730","2731","2732","2733","2734","2735","2737","2742","2743","2744","2745","2746","2747","2748","2749","2750","2751","2752","2753","2754","2755","2756","2757","2758","2759","2760","2761","2762","2763","2764","2765","2766","2767","2768","2770","2771","2772","2773","2775","2776","2777","2778","2779","2780","2781","2783","2784","2785","2786","2787","2788","2789","2790","2791","2792","2793","2794","2795","2796","4000","4002","4004","4006","4008","4010","4012","4014","4016","4019","4020","4021","4022","4023","4024","4025","4026","4027","4028","4029","4030","4031","4032","4033","4034","4035","4036","4037","4038","4039","4040","4041","4042","4043","4044","4045","4046","4047","4048","4049","4050","4051","4052","4053","4054","4055","4056","4057","4058","4059","4060","4061","4062","4063","4064","4065","4066","4067","4068","4069","4070","4071","4072","4073","4074","4075","4076","4077","4078","4081","4082","4083","4090","4091","4092","4094","4095","4096","4097","4098","4099","4100","4101","4102","4103","4104","4105","4106","4107","4108","4109","4110","5001","5009","5010","5012","5014","5023","5024","5025","5033","5042","5047","5048","5051","5052","5053","5054","5055","5056","5057","5058","5059","5061","5062","5063","5064","5065","5066","5067","5068","5069","5070","5071","5072","5073","5074","5075","5076","5077","5078","5079","5080","5081","5082","5083","5084","5085","5088","5089","5090","6044","6045","6046","6048","6049","6050","6051","6053","6054","6059","6064","6082","6103","6114","6131","6137","6140","6142","6188","6189","6200","6202","6229","6230","6231","6232","6233","6234","6236","6238","6304","6305","6306","6307","6308","6309","6310","6369","6370","6377","6379","6504","6803","7009","7011","7013","7014","7015","7017","7018","7020","7022","7023","7024","7025","7026","7029","7030","7031","7035","7036","7039","7040","7041","7042","7052","7053","7054","7055","7056","8000","8001","8002","8003","8004","8005","8006","8008","8009","8010","8011","8012","8013","8016","8017","8018","8021","8022","8023","8024","8025","8026","8027","8028","8029","8030","8031","8032","8033","8034","9002","9003","9004","9005","9006","17000","17001","17002","17003","17005","17006","17007","17008","17010","17011","17012","17013","17014","17015","17016","17017","17018","18000","18001","18002","18003","18006","18007","18009","18010","18011","18012","18013","18014","18015","18017","18018","18019","18022","18023","18024","18026","18027","18028","18029","18030","18031","18032","18033","18035","80005","80003","80008","80007"]} Info 58 [15:55:47.870] request: {"seq":14,"type":"request","command":"configure","arguments":{"file":"/Users/matb/projects/san/index.ts","formatOptions":{"tabSize":4,"indentSize":4,"convertTabsToSpaces":true,"newLineCharacter":"\n","insertSpaceAfterCommaDelimiter":true,"insertSpaceAfterConstructor":false,"insertSpaceAfterSemicolonInForStatements":true,"insertSpaceBeforeAndAfterBinaryOperators":true,"insertSpaceAfterKeywordsInControlFlowStatements":true,"insertSpaceAfterFunctionKeywordForAnonymousFunctions":true,"insertSpaceBeforeFunctionParenthesis":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces":true,"insertSpaceAfterOpeningAndBeforeClosingEmptyBraces":true,"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces":false,"insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces":false,"insertSpaceAfterTypeAssertion":false,"placeOpenBraceOnNewLineForFunctions":false,"placeOpenBraceOnNewLineForControlBlocks":false,"semicolons":"ignore"},"preferences":{"quotePreference":"auto","importModuleSpecifierEnding":"auto","allowTextChangesInNewFiles":true,"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true,"includeAutomaticOptionalChainCompletions":true,"provideRefactorNotApplicableReason":true}}} Info 59 [15:55:47.870] Host configuration update for file /Users/matb/projects/san/index.ts Info 60 [15:55:47.870] response: {"seq":0,"type":"response","command":"configure","request_seq":14,"success":true} Perf 61 [15:55:47.870] 14::configure: async elapsed time (in milliseconds) 0.2865 Info 62 [15:55:47.870] request: {"seq":16,"type":"request","command":"encodedSemanticClassifications-full","arguments":{"file":"/Users/matb/projects/san/index.ts","start":0,"length":54}} Perf 63 [15:55:47.879] 16::encodedSemanticClassifications-full: elapsed time (in milliseconds) 8.8555 Info 64 [15:55:47.879] response: {"seq":0,"type":"response","command":"encodedSemanticClassifications-full","request_seq":16,"success":true,"body":{"spans":[13,1,2057,21,6,272,28,6,3088,39,10,3088],"endOfLineState":0}} Info 65 [15:55:47.880] request: {"seq":17,"type":"request","command":"encodedSemanticClassifications-full","arguments":{"file":"/Users/matb/projects/san/index.ts","start":0,"length":54}} Perf 66 [15:55:47.880] 17::encodedSemanticClassifications-full: elapsed time (in milliseconds) 0.5673 Info 67 [15:55:47.880] response: {"seq":0,"type":"response","command":"encodedSemanticClassifications-full","request_seq":17,"success":true,"body":{"spans":[13,1,2057,21,6,272,28,6,3088,39,10,3088],"endOfLineState":0}} Info 68 [15:55:47.880] request: {"seq":18,"type":"request","command":"encodedSemanticClassifications-full","arguments":{"file":"/Users/matb/projects/san/index.ts","start":0,"length":54}} Perf 69 [15:55:47.881] 18::encodedSemanticClassifications-full: elapsed time (in milliseconds) 0.3997 Info 70 [15:55:47.881] response: {"seq":0,"type":"response","command":"encodedSemanticClassifications-full","request_seq":18,"success":true,"body":{"spans":[13,1,2057,21,6,272,28,6,3088,39,10,3088],"endOfLineState":0}} Info 71 [15:55:47.881] request: {"seq":23,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/matb/projects/san/index.ts","startLine":5,"startOffset":19,"endLine":5,"endOffset":19}} Perf 72 [15:55:47.918] 23::getApplicableRefactors: elapsed time (in milliseconds) 36.4888 Info 73 [15:55:47.918] response: {"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":23,"success":true,"body":[{"name":"Convert export","description":"Convert default export to named export","actions":[{"name":"Convert default export to named export","description":"Convert default export to named export","notApplicableReason":"This file already has a default export"}]},{"name":"Convert export","description":"Convert named export to default export","actions":[{"name":"Convert named export to default export","description":"Convert named export to default export","notApplicableReason":"This file already has a default export"}]},{"name":"Convert import","description":"Convert namespace import to named imports","actions":[{"name":"Convert namespace import to named imports","description":"Convert namespace import to named imports","notApplicableReason":"Selection is not an import declaration."}]},{"name":"Convert import","description":"Convert named imports to namespace import","actions":[{"name":"Convert named imports to namespace import","description":"Convert named imports to namespace import","notApplicableReason":"Selection is not an import declaration."}]},{"name":"Extract Symbol","description":"Extract function","actions":[{"description":"Extract function","name":"function_extract_error","notApplicableReason":"Cannot extract empty range."}]},{"name":"Extract Symbol","description":"Extract constant","actions":[{"description":"Extract constant","name":"constant_extract_error","notApplicableReason":"Cannot extract empty range."}]},{"name":"Extract type","description":"Extract type","actions":[{"name":"Extract to typedef","description":"Extract to typedef","notApplicableReason":"Selection is not a valid type node"},{"name":"Extract to type alias","description":"Extract to type alias","notApplicableReason":"Selection is not a valid type node"},{"name":"Extract to interface","description":"Extract to interface","notApplicableReason":"Selection is not a valid type node"}]},{"name":"Generate 'get' and 'set' accessors","description":"Generate 'get' and 'set' accessors","actions":[{"name":"Generate 'get' and 'set' accessors","description":"Generate 'get' and 'set' accessors","notApplicableReason":"Could not find property for which to generate accessor"}]},{"name":"Add or remove braces in an arrow function","description":"Add or remove braces in an arrow function","actions":[{"name":"Add braces to arrow function","description":"Add braces to arrow function","notApplicableReason":"Could not find a containing arrow function"},{"name":"Remove braces from arrow function","description":"Remove braces from arrow function","notApplicableReason":"Could not find a containing arrow function"}]}]} Info 74 [15:55:48.160] request: {"seq":24,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/matb/projects/san/index.ts"]}} Perf 75 [15:55:48.161] 24::geterr: async elapsed time (in milliseconds) 0.4806 Info 76 [15:55:48.161] request: {"seq":21,"type":"request","command":"references","arguments":{"file":"/Users/matb/projects/san/index.ts","line":1,"offset":14}} Perf 77 [15:55:48.178] 21::references: elapsed time (in milliseconds) 17.0783 Info 78 [15:55:48.178] response: {"seq":0,"type":"response","command":"references","request_seq":21,"success":true,"body":{"refs":[{"file":"/Users/matb/projects/san/index.ts","start":{"line":1,"offset":14},"end":{"line":1,"offset":15},"contextStart":{"line":1,"offset":1},"contextEnd":{"line":1,"offset":20},"lineText":"export const a = 1;","isWriteAccess":true,"isDefinition":true}],"symbolName":"a","symbolStartOffset":14,"symbolDisplayString":"const a: 1"}} Info 79 [15:55:48.179] event: {"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/Users/matb/projects/san/index.ts","diagnostics":[]}} Info 80 [15:55:48.186] event: {"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/Users/matb/projects/san/index.ts","diagnostics":[]}} Info 81 [15:55:48.187] event: {"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/Users/matb/projects/san/index.ts","diagnostics":[]}} Info 82 [15:55:48.187] event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":24}} Info 83 [15:55:48.364] request: {"seq":25,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/matb/projects/san/index.ts","startLine":5,"startOffset":19,"endLine":5,"endOffset":19}} Perf 84 [15:55:48.364] 25::getApplicableRefactors: elapsed time (in milliseconds) 0.5481 Info 85 [15:55:48.364] response: {"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":25,"success":true,"body":[{"name":"Convert export","description":"Convert default export to named export","actions":[{"name":"Convert default export to named export","description":"Convert default export to named export","notApplicableReason":"This file already has a default export"}]},{"name":"Convert export","description":"Convert named export to default export","actions":[{"name":"Convert named export to default export","description":"Convert named export to default export","notApplicableReason":"This file already has a default export"}]},{"name":"Convert import","description":"Convert namespace import to named imports","actions":[{"name":"Convert namespace import to named imports","description":"Convert namespace import to named imports","notApplicableReason":"Selection is not an import declaration."}]},{"name":"Convert import","description":"Convert named imports to namespace import","actions":[{"name":"Convert named imports to namespace import","description":"Convert named imports to namespace import","notApplicableReason":"Selection is not an import declaration."}]},{"name":"Extract Symbol","description":"Extract function","actions":[{"description":"Extract function","name":"function_extract_error","notApplicableReason":"Cannot extract empty range."}]},{"name":"Extract Symbol","description":"Extract constant","actions":[{"description":"Extract constant","name":"constant_extract_error","notApplicableReason":"Cannot extract empty range."}]},{"name":"Extract type","description":"Extract type","actions":[{"name":"Extract to typedef","description":"Extract to typedef","notApplicableReason":"Selection is not a valid type node"},{"name":"Extract to type alias","description":"Extract to type alias","notApplicableReason":"Selection is not a valid type node"},{"name":"Extract to interface","description":"Extract to interface","notApplicableReason":"Selection is not a valid type node"}]},{"name":"Generate 'get' and 'set' accessors","description":"Generate 'get' and 'set' accessors","actions":[{"name":"Generate 'get' and 'set' accessors","description":"Generate 'get' and 'set' accessors","notApplicableReason":"Could not find property for which to generate accessor"}]},{"name":"Add or remove braces in an arrow function","description":"Add or remove braces in an arrow function","actions":[{"name":"Add braces to arrow function","description":"Add braces to arrow function","notApplicableReason":"Could not find a containing arrow function"},{"name":"Remove braces from arrow function","description":"Remove braces from arrow function","notApplicableReason":"Could not find a containing arrow function"}]}]} Info 86 [15:55:50.616] request: {"seq":26,"type":"request","command":"quickinfo","arguments":{"file":"/Users/matb/projects/san/index.ts","line":3,"offset":11}} Perf 87 [15:55:50.625] 26::quickinfo: elapsed time (in milliseconds) 9.0016 Info 88 [15:55:50.625] response: {"seq":0,"type":"response","command":"quickinfo","request_seq":26,"success":true,"body":{"kind":"method","kindModifiers":"declare","start":{"line":3,"offset":8},"end":{"line":3,"offset":14},"displayString":"(method) ObjectConstructor.values(o: {\n [s: string]: T;\n} | ArrayLike): T[] (+1 overload)","documentation":"Returns an array of values of the enumerable properties of an object","tags":[{"name":"param","text":"o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object."}]}} Info 89 [15:55:52.632] request: {"seq":27,"type":"request","command":"definitionAndBoundSpan","arguments":{"file":"/Users/matb/projects/san/index.ts","line":3,"offset":12}} Perf 90 [15:55:52.635] 27::definitionAndBoundSpan: elapsed time (in milliseconds) 3.0403 Info 91 [15:55:52.635] response: {"seq":0,"type":"response","command":"definitionAndBoundSpan","request_seq":27,"success":true,"body":{"definitions":[{"file":"/Users/matb/projects/san/node_modules/typescript/lib/lib.es2017.object.d.ts","start":{"line":26,"offset":5},"end":{"line":26,"offset":11},"contextStart":{"line":26,"offset":5},"contextEnd":{"line":26,"offset":58}},{"file":"/Users/matb/projects/san/node_modules/typescript/lib/lib.es2017.object.d.ts","start":{"line":32,"offset":5},"end":{"line":32,"offset":11},"contextStart":{"line":32,"offset":5},"contextEnd":{"line":32,"offset":26}}],"textSpan":{"start":{"line":3,"offset":8},"end":{"line":3,"offset":14}}}} ```

Playground Link:

Related Issues:

mjbvz commented 3 years ago

Root cause seems to be that I had the following folder structure:

projects/
   node_modules/
       typescript/
  ts-lib-problem/     # folder I had open
     node_modules/
         typescript/

However I had explicitly opened just the ts-lib-problem folder in VS Code so I was really confused as to where the other lib types were coming from

andrewbranch commented 3 years ago

If I understand correctly, this is probably still a bug? Even if you were accidentally resolving to the wrong TypeScript installation, the folder you had opened should be a ConfiguredProject and shouldn’t pull in random lib files, right?

mjbvz commented 3 years ago

Yes, this behavior is very strange to me.

We already have logic in place to prevent the TSServer from finding tsconfig files outside the project root. Perhaps we should do the same for d.ts files?

andrewbranch commented 3 years ago

I mean, there has to be some positive reason for a .d.ts file to get pulled into a program in the first place, and without watching it happen, I can’t think of what that would be in this case.

andrewbranch commented 3 years ago

@mjbvz hmm, I can’t seem to reproduce this. Does it still repro for you?

mjbvz commented 3 years ago

I can't repo this anymore. Not sure what caused the initial issue